@@ -115,6 +115,7 @@ discard block |
||
| 115 | 115 | |
| 116 | 116 | /** |
| 117 | 117 | * @inheritdoc |
| 118 | + * @param string $path |
|
| 118 | 119 | */ |
| 119 | 120 | public function parseString($data, $path) |
| 120 | 121 | { |
@@ -139,6 +140,7 @@ discard block |
||
| 139 | 140 | |
| 140 | 141 | /** |
| 141 | 142 | * @inheritdoc |
| 143 | + * @param string $path |
|
| 142 | 144 | */ |
| 143 | 145 | public function parseInt($data, $path) |
| 144 | 146 | { |
@@ -147,6 +149,7 @@ discard block |
||
| 147 | 149 | |
| 148 | 150 | /** |
| 149 | 151 | * @inheritdoc |
| 152 | + * @param string $path |
|
| 150 | 153 | */ |
| 151 | 154 | public function parseFloat($data, $path) |
| 152 | 155 | { |
@@ -172,6 +175,7 @@ discard block |
||
| 172 | 175 | |
| 173 | 176 | /** |
| 174 | 177 | * @inheritdoc |
| 178 | + * @param string $path |
|
| 175 | 179 | */ |
| 176 | 180 | public function parseCallback($data, $path, $callback) |
| 177 | 181 | { |
@@ -189,6 +193,7 @@ discard block |
||
| 189 | 193 | |
| 190 | 194 | /** |
| 191 | 195 | * @inheritdoc |
| 196 | + * @param string $path |
|
| 192 | 197 | */ |
| 193 | 198 | public function parseBool($data, $path) |
| 194 | 199 | { |
@@ -247,6 +252,7 @@ discard block |
||
| 247 | 252 | |
| 248 | 253 | /** |
| 249 | 254 | * @inheritdoc |
| 255 | + * @param string $path |
|
| 250 | 256 | */ |
| 251 | 257 | public function parseArray($data, $path, \Closure $itemsParser) |
| 252 | 258 | { |
@@ -302,6 +308,8 @@ discard block |
||
| 302 | 308 | |
| 303 | 309 | /** |
| 304 | 310 | * @inheritdoc |
| 311 | + * @param string $path |
|
| 312 | + * @param string $resType |
|
| 305 | 313 | */ |
| 306 | 314 | public function parseResource($data, $path, $resType) |
| 307 | 315 | { |