@@ -97,7 +97,7 @@ |
||
| 97 | 97 | Assert::maxCount( |
| 98 | 98 | array_filter( |
| 99 | 99 | $attributeConsumingService, |
| 100 | - function (AttributeConsumingService $acs) { |
|
| 100 | + function(AttributeConsumingService $acs) { |
|
| 101 | 101 | return $acs->getIsDefault() === true; |
| 102 | 102 | }, |
| 103 | 103 | ), |