Browse Source

Whitespace

rpm
J. King 4 years ago
parent
commit
3aa17ee70f
  1. 2
      RoboFile.php
  2. 2
      tests/cases/Feed/TestException.php

2
RoboFile.php

@ -54,7 +54,7 @@ class RoboFile extends \Robo\Tasks {
* arguments to this task as one would to PHPUnit.
*
* Robo first tries to use pcov and will fall back first to xdebug then
* phpdbg. Neither pcov nor xdebug need to be enabled to be used; they
* phpdbg. Neither pcov nor xdebug need to be enabled to be used; they
* only need to be present in the extension load path to be used.
*/
public function coverage(array $args): Result {

2
tests/cases/Feed/TestException.php

@ -126,7 +126,7 @@ class TestException extends \JKingWeb\Arsse\Test\AbstractTest {
$specials = [
401 => "unauthorized",
403 => "forbidden",
404 => "invalidUrl",
404 => "invalidUrl",
408 => "timeout",
410 => "invalidUrl",
414 => "invalidUrl",

Loading…
Cancel
Save