Browse Source

Fix PHPCS error.

Mark Story 9 years ago
parent
commit
b89bbea644
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/TestSuite/LegacyRequestDispatcher.php

+ 1 - 0
src/TestSuite/LegacyRequestDispatcher.php

@@ -51,6 +51,7 @@ class LegacyRequestDispatcher
             ['priority' => 999],
             [$this->_test, 'controllerSpy']
         );
+
         return $dispatcher->dispatch($request, $response);
     }
 }