We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -8,7 +8,7 @@ |
||
8 | 8 | $suffix = isset($column['suffix']) ? $column['suffix'] : 'items'; |
9 | 9 | |
10 | 10 | // the value should be an array wether or not attribute casting is used |
11 | - if (! is_array($array)) { |
|
11 | + if (!is_array($array)) { |
|
12 | 12 | $array = json_decode($array, true); |
13 | 13 | } |
14 | 14 | ?> |