@@ -192,7 +192,7 @@ discard block |
||
| 192 | 192 | * @param string $operator |
| 193 | 193 | * @param string $value |
| 194 | 194 | * |
| 195 | - * @return callback |
|
| 195 | + * @return \Closure |
|
| 196 | 196 | */ |
| 197 | 197 | protected function getTransposeClosure($operator, $value) |
| 198 | 198 | { |
@@ -212,7 +212,7 @@ discard block |
||
| 212 | 212 | * |
| 213 | 213 | * @param string $char |
| 214 | 214 | * |
| 215 | - * @return callback |
|
| 215 | + * @return \Closure |
|
| 216 | 216 | */ |
| 217 | 217 | protected function compileTargetCharacter($char) |
| 218 | 218 | { |
@@ -276,6 +276,7 @@ discard block |
||
| 276 | 276 | * Converts a hexadecimal string to a decimal number. |
| 277 | 277 | * |
| 278 | 278 | * In comparison to standard hexdec function it will ignore any non-hexadecimal characters |
| 279 | + * @param string $value |
|
| 279 | 280 | */ |
| 280 | 281 | private function hexdec(?string $value): int |
| 281 | 282 | { |