@@ -49,6 +49,6 @@ |
||
| 49 | 49 | */ |
| 50 | 50 | protected function shouldIgnore($key, $value): bool |
| 51 | 51 | { |
| 52 | - return ! is_string($value) || in_array($key, $this->config['except'], true); |
|
| 52 | + return !is_string($value) || in_array($key, $this->config['except'], true); |
|
| 53 | 53 | } |
| 54 | 54 | } |