We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -5,7 +5,7 @@ |
||
5 | 5 | |
6 | 6 | <span> |
7 | 7 | <?php |
8 | - $suffix = isset($column['suffix'])?$column['suffix']:'items'; |
|
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 | 11 | if (!is_array($array)) { |