mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 21:22:40 +00:00
Style fixes
This commit is contained in:
parent
91b6fdc696
commit
500851f161
6 changed files with 8 additions and 7 deletions
|
@ -1,4 +1,5 @@
|
|||
Version 0.6.1 (2019-01-23)
|
||||
==========================
|
||||
|
||||
Bug Fixes:
|
||||
- Unify SQL timeout settings
|
||||
|
|
|
@ -88,7 +88,7 @@ USAGE_TEXT;
|
|||
|
||||
/** @codeCoverageIgnore */
|
||||
protected function logError(string $msg) {
|
||||
fwrite(STDERR,$msg.\PHP_EOL);
|
||||
fwrite(STDERR, $msg.\PHP_EOL);
|
||||
}
|
||||
|
||||
/** @codeCoverageIgnore */
|
||||
|
|
|
@ -571,7 +571,7 @@ class TestValueInfo extends \JKingWeb\Arsse\Test\AbstractTest {
|
|||
"!M j, Y (D)",
|
||||
null,
|
||||
];
|
||||
foreach([
|
||||
foreach ([
|
||||
/* Input value microtime iso8601 iso8601m http sql date time unix float '!M j, Y (D)' *strtotime* (null) */
|
||||
[null, null, null, null, null, null, null, null, null, null, null, null, ],
|
||||
[INF, null, null, null, null, null, null, null, null, null, null, null, ],
|
||||
|
|
Loading…
Reference in a new issue