@@ -116,7 +116,7 @@ |
||
116 | 116 | protected function castValue($value) |
117 | 117 | { |
118 | 118 | $cast = $this->getCast(); |
119 | - if (! \is_string($value)) { |
|
119 | + if (!\is_string($value)) { |
|
120 | 120 | return $value; |
121 | 121 | } |
122 | 122 |