Passed
Pull Request — master (#56)
by
unknown
02:23
created
src/AbstractRequester.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -119,6 +119,9 @@
 block discarded – undo
119 119
         return $this;
120 120
     }
121 121
 
122
+    /**
123
+     * @param integer $code
124
+     */
122 125
     public function assertResponseCode($code)
123 126
     {
124 127
         $this->statusExpected = $code;
Please login to merge, or discard this patch.
src/ApiTestCase.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,5 +8,5 @@
 block discarded – undo
8 8
 
9 9
 abstract class ApiTestCase extends TestCase
10 10
 {
11
-   use AssertRequestAgainstSchema;
11
+    use AssertRequestAgainstSchema;
12 12
 }
Please login to merge, or discard this patch.