Completed
Pull Request — master (#64)
by John
02:51
created
src/Test/ApiTestCase.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@  discard block
 block discarded – undo
177 177
 
178 178
     /**
179 179
      * @param string     $path
180
-     * @param array      $method
180
+     * @param string      $method
181 181
      * @param array      $params
182 182
      * @param array|null $content
183 183
      *
@@ -304,8 +304,8 @@  discard block
 block discarded – undo
304 304
     }
305 305
 
306 306
     /**
307
-     * @param mixed  $expected
308
-     * @param mixed  $actual
307
+     * @param integer  $expected
308
+     * @param integer  $actual
309 309
      * @param string $message
310 310
      *
311 311
      * @return mixed
Please login to merge, or discard this patch.