@@ -115,7 +115,7 @@ |
||
| 115 | 115 | Assert::maxCount( |
| 116 | 116 | array_filter( |
| 117 | 117 | $this->getAttributeConsumingService(), |
| 118 | - function (AttributeConsumingService $acs) { |
|
| 118 | + function(AttributeConsumingService $acs) { |
|
| 119 | 119 | return $acs->getIsDefault() === true; |
| 120 | 120 | } |
| 121 | 121 | ), |