Completed
Push — master ( 20165e...163cba )
by Michael
03:44
created
solution/vendor/klein/klein/tests/Klein/Tests/ResponseTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Klein\Klein;
19 19
 use Klein\Response;
20 20
 use Klein\ResponseCookie;
21
-use Klein\Tests\Mocks\MockRequestFactory;
22 21
 
23 22
 /**
24 23
  * ResponsesTest 
Please login to merge, or discard this patch.
solution/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.
solution/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.