Completed
Push — master ( 1b8ca6...90d75c )
by Mahmoud
03:54
created
app/Ship/Features/Tests/PhpUnit/TestsAuthHelperTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@
 block discarded – undo
154 154
     }
155 155
 
156 156
     /**
157
-     * @param $user
157
+     * @param User $user
158 158
      * @param $access
159 159
      *
160 160
      * @return  mixed
Please login to merge, or discard this patch.
app/Ship/Features/Tests/PhpUnit/TestsRequestHelperTrait.php 1 patch
Doc Comments   +3 added lines, -5 removed lines patch added patch discarded remove patch
@@ -63,9 +63,7 @@  discard block
 block discarded – undo
63 63
 
64 64
     /**
65 65
      * @param        $this ->endpointUrl
66
-     * @param string $this ->endpointVerb
67 66
      * @param array  $data
68
-     * @param bool   $protected
69 67
      * @param array  $headers
70 68
      *
71 69
      * @return  mixed
@@ -91,7 +89,7 @@  discard block
 block discarded – undo
91 89
      * @param bool   $skipEncoding
92 90
      * @param string $replace
93 91
      *
94
-     * @return  mixed
92
+     * @return  TestsRequestHelperTrait
95 93
      */
96 94
     public function injectId($id, $skipEncoding = false, $replace = '{id}')
97 95
     {
@@ -108,7 +106,7 @@  discard block
 block discarded – undo
108 106
      *
109 107
      * to be used as follow: $this->endpoint('verb@url')->makeCall($data);
110 108
      *
111
-     * @param $endpoint
109
+     * @param string $endpoint
112 110
      *
113 111
      * @return  $this
114 112
      */
@@ -282,7 +280,7 @@  discard block
 block discarded – undo
282 280
     }
283 281
 
284 282
     /**
285
-     * @param $separator
283
+     * @param string $separator
286 284
      */
287 285
     private function validateEndpointFormat($separator)
288 286
     {
Please login to merge, or discard this patch.
app/Ship/Features/Tests/PhpUnit/TestsResponseHelperTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
     }
62 62
 
63 63
     /**
64
-     * @param $keys
64
+     * @param string[] $keys
65 65
      * @param $httpResponse
66 66
      */
67 67
     public function assertResponseContainKeys($keys, $httpResponse)
Please login to merge, or discard this patch.