@@ -33,7 +33,7 @@ |
||
| 33 | 33 | */ |
| 34 | 34 | protected function transform($key, $value) |
| 35 | 35 | { |
| 36 | - if (! is_string($value) || in_array($key, $this->config['except'], true)) { |
|
| 36 | + if (!is_string($value) || in_array($key, $this->config['except'], true)) { |
|
| 37 | 37 | return $value; |
| 38 | 38 | } |
| 39 | 39 | |