Completed
Push — master ( f1dd30...727f83 )
by Mahmoud
04:46
created
app/Port/Tests/PHPUnit/Traits/TestingTrait.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -30,10 +30,10 @@  discard block
 block discarded – undo
30 30
     public $loggedInTestingUser;
31 31
 
32 32
     /**
33
-     * @param           $endpoint
33
+     * @param           string $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)
Please login to merge, or discard this patch.