From 3aa17ee70fae26a52194089f804d05114fb76d35 Mon Sep 17 00:00:00 2001 From: "J. King" Date: Sun, 1 Mar 2020 10:17:16 -0500 Subject: [PATCH] Whitespace --- RoboFile.php | 2 +- tests/cases/Feed/TestException.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RoboFile.php b/RoboFile.php index 6a8472b..f4c5ea7 100644 --- a/RoboFile.php +++ b/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 { diff --git a/tests/cases/Feed/TestException.php b/tests/cases/Feed/TestException.php index 9fc3574..8cb0f49 100644 --- a/tests/cases/Feed/TestException.php +++ b/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",