Completed
Pull Request — master (#15)
by Michael
07:55
created
dependency-heaven/vendor/klein/klein/tests/Klein/Tests/RoutingTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,6 @@
 block discarded – undo
21 21
 use Klein\Response;
22 22
 use Klein\Route;
23 23
 use Klein\ServiceProvider;
24
-use Klein\Tests\Mocks\HeadersEcho;
25
-use Klein\Tests\Mocks\HeadersSave;
26 24
 use Klein\Tests\Mocks\MockRequestFactory;
27 25
 
28 26
 /**
Please login to merge, or discard this patch.
dependency-heaven/vendor/klein/klein/tests/Klein/Tests/ValidationsTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -44,6 +44,9 @@
 block discarded – undo
44 44
         }
45 45
     }
46 46
 
47
+    /**
48
+     * @param string $string
49
+     */
47 50
     protected function validator($string, $error_message = null)
48 51
     {
49 52
         return new Validator($string, $error_message);
Please login to merge, or discard this patch.