We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -2,7 +2,7 @@ |
||
2 | 2 | <span> |
3 | 3 | <?php |
4 | 4 | $array = $entry->{$column['name']}; |
5 | - $suffix = isset($column['suffix'])?$column['suffix']:'items'; |
|
5 | + $suffix = isset($column['suffix']) ? $column['suffix'] : 'items'; |
|
6 | 6 | |
7 | 7 | // the value should be an array wether or not attribute casting is used |
8 | 8 | if (!is_array($array)) { |