Browse Source

Style fixes

microsub 0.6.1
J. King 5 years ago
parent
commit
500851f161
  1. 1
      CHANGELOG
  2. 2
      lib/CLI.php
  3. 2
      tests/cases/Misc/TestValueInfo.php

1
CHANGELOG

@ -1,4 +1,5 @@
Version 0.6.1 (2019-01-23)
==========================
Bug Fixes:
- Unify SQL timeout settings

2
lib/CLI.php

@ -88,7 +88,7 @@ USAGE_TEXT;
/** @codeCoverageIgnore */
protected function logError(string $msg) {
fwrite(STDERR,$msg.\PHP_EOL);
fwrite(STDERR, $msg.\PHP_EOL);
}
/** @codeCoverageIgnore */

2
tests/cases/Misc/TestValueInfo.php

@ -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…
Cancel
Save