We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -3,7 +3,7 @@ |
||
3 | 3 | // the field should work whether or not Laravel attribute casting is used |
4 | 4 | |
5 | 5 | if (isset($field['value'])) { |
6 | - $field['value'] = json_encode($field['value']); |
|
6 | + $field['value'] = json_encode($field['value']); |
|
7 | 7 | } |
8 | 8 | ?> |
9 | 9 |