@@ -154,7 +154,7 @@ |
||
154 | 154 | } |
155 | 155 | |
156 | 156 | /** |
157 | - * @param $user |
|
157 | + * @param User $user |
|
158 | 158 | * @param $access |
159 | 159 | * |
160 | 160 | * @return mixed |
@@ -63,9 +63,7 @@ discard block |
||
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 |
||
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 |
||
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 |
||
282 | 280 | } |
283 | 281 | |
284 | 282 | /** |
285 | - * @param $separator |
|
283 | + * @param string $separator |
|
286 | 284 | */ |
287 | 285 | private function validateEndpointFormat($separator) |
288 | 286 | { |
@@ -61,7 +61,7 @@ |
||
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) |