Completed
Push — master ( 0cace5...3eede8 )
by Mahmoud
03:50
created
app/Port/Tests/PHPUnit/Traits/TestingTrait.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
      * @param           $endpoint
34 34
      * @param string    $verb
35 35
      * @param array     $data
36
-     * @param bool|true $protected
36
+     * @param boolean $protected
37 37
      * @param array     $header
38 38
      *
39 39
      * @throws \Symfony\Component\Debug\Exception\UndefinedMethodException
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
     }
192 192
 
193 193
     /**
194
-     * @param $keys
194
+     * @param string[] $keys
195 195
      * @param $response
196 196
      */
197 197
     public function assertResponseContainKeys($keys, $response)
@@ -379,7 +379,7 @@  discard block
 block discarded – undo
379 379
      *
380 380
      * Example: you give it ('users/{id}/stores', 100) it returns 'users/100/stores'
381 381
      *
382
-     * @param $endpoint
382
+     * @param string $endpoint
383 383
      * @param $id
384 384
      *
385 385
      * @return  mixed
Please login to merge, or discard this patch.