Completed
Push — master ( 7700d1...23cd67 )
by Mahmoud
03:21
created
app/Port/Test/PHPUnit/Traits/GeneralTestsHelpersTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
      *
71 71
      * Example: you give it ('users/{id}/stores', 100) it returns 'users/100/stores'
72 72
      *
73
-     * @param        $endpoint
73
+     * @param        string $endpoint
74 74
      * @param        $id
75 75
      * @param bool   $skipEncoding
76 76
      * @param string $replace
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
     }
193 193
 
194 194
     /**
195
-     * @param $keys
195
+     * @param string[] $keys
196 196
      * @param $response
197 197
      */
198 198
     public function assertResponseContainKeys($keys, $response)
Please login to merge, or discard this patch.