@@ -137,7 +137,7 @@ |
||
| 137 | 137 | $string = trim($string); |
| 138 | 138 | |
| 139 | 139 | // Check if string is an array |
| 140 | - if (! static::isValueArrayString($string)) { |
|
| 140 | + if (!static::isValueArrayString($string)) { |
|
| 141 | 141 | throw new \RuntimeException('Failed parsing BladeMatter array. Input string must follow array syntax.'); |
| 142 | 142 | } |
| 143 | 143 | |