We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -6,7 +6,7 @@ |
||
| 6 | 6 | |
| 7 | 7 | interface SmartCollectionInterface |
| 8 | 8 | { |
| 9 | - public function __construct(array|string $initAttributes, array $componentAttributes, array $rules = [], array $defaults = [], array $blocked = []); |
|
| 9 | + public function __construct(array | string $initAttributes, array $componentAttributes, array $rules = [], array $defaults = [], array $blocked = []); |
|
| 10 | 10 | |
| 11 | 11 | public function getItemByName(string $name); |
| 12 | 12 | |