We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -35,7 +35,7 @@ |
||
35 | 35 | * @param CrudField|CrudColumn $macroable |
36 | 36 | * @return void |
37 | 37 | */ |
38 | - private function callRegisteredAttributeMacros(CrudField|CrudColumn $macroable) |
|
38 | + private function callRegisteredAttributeMacros(CrudField | CrudColumn $macroable) |
|
39 | 39 | { |
40 | 40 | $macros = $macroable->getMacros(); |
41 | 41 | $attributes = $macroable->getAttributes(); |