@@ -158,6 +158,7 @@ discard block |
||
158 | 158 | |
159 | 159 | /** |
160 | 160 | * @inheritdoc |
161 | + * @param string $path |
|
161 | 162 | */ |
162 | 163 | public function parseString($data, $path) |
163 | 164 | { |
@@ -182,6 +183,7 @@ discard block |
||
182 | 183 | |
183 | 184 | /** |
184 | 185 | * @inheritdoc |
186 | + * @param string $path |
|
185 | 187 | */ |
186 | 188 | public function parseInt($data, $path) |
187 | 189 | { |
@@ -190,6 +192,7 @@ discard block |
||
190 | 192 | |
191 | 193 | /** |
192 | 194 | * @inheritdoc |
195 | + * @param string $path |
|
193 | 196 | */ |
194 | 197 | public function parseFloat($data, $path) |
195 | 198 | { |
@@ -215,6 +218,7 @@ discard block |
||
215 | 218 | |
216 | 219 | /** |
217 | 220 | * @inheritdoc |
221 | + * @param string $path |
|
218 | 222 | */ |
219 | 223 | public function parseCallback($data, $path, $callback) |
220 | 224 | { |
@@ -232,6 +236,7 @@ discard block |
||
232 | 236 | |
233 | 237 | /** |
234 | 238 | * @inheritdoc |
239 | + * @param string $path |
|
235 | 240 | */ |
236 | 241 | public function parseBool($data, $path) |
237 | 242 | { |
@@ -290,6 +295,7 @@ discard block |
||
290 | 295 | |
291 | 296 | /** |
292 | 297 | * @inheritdoc |
298 | + * @param string $path |
|
293 | 299 | */ |
294 | 300 | public function parseArray($data, $path, \Closure $itemsParser) |
295 | 301 | { |
@@ -345,6 +351,8 @@ discard block |
||
345 | 351 | |
346 | 352 | /** |
347 | 353 | * @inheritdoc |
354 | + * @param string $path |
|
355 | + * @param string $resType |
|
348 | 356 | */ |
349 | 357 | public function parseResource($data, $path, $resType, $loader = null) |
350 | 358 | { |