Completed
Push — master ( f24d78...7fa276 )
by Mahmoud
03:03
created
app/Port/Test/PHPUnit/Traits/TestingTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -224,7 +224,7 @@  discard block
 block discarded – undo
224 224
     }
225 225
 
226 226
     /**
227
-     * @param $keys
227
+     * @param string[] $keys
228 228
      * @param $response
229 229
      */
230 230
     public function assertResponseContainKeys($keys, $response)
@@ -352,7 +352,7 @@  discard block
 block discarded – undo
352 352
      *
353 353
      * Example: you give it ('users/{id}/stores', 100) it returns 'users/100/stores'
354 354
      *
355
-     * @param        $endpoint
355
+     * @param        string $endpoint
356 356
      * @param        $id
357 357
      * @param bool   $skipEncoding
358 358
      * @param string $replace
Please login to merge, or discard this patch.