1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 13:12:41 +00:00

Whitespace

This commit is contained in:
J. King 2020-03-01 10:17:16 -05:00
parent e8091fa740
commit 3aa17ee70f
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -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",