@@ -58,7 +58,7 @@ discard block |
||
| 58 | 58 | if (!empty($filteredData)) { |
| 59 | 59 | uasort( |
| 60 | 60 | $filteredData, |
| 61 | - function (OrderedNormalizerInterface $a, OrderedNormalizerInterface $b) { |
|
| 61 | + function(OrderedNormalizerInterface $a, OrderedNormalizerInterface $b) { |
|
| 62 | 62 | return $a->getOrder() <=> $b->getOrder(); |
| 63 | 63 | } |
| 64 | 64 | ); |
@@ -80,7 +80,7 @@ discard block |
||
| 80 | 80 | { |
| 81 | 81 | return array_filter( |
| 82 | 82 | $array, |
| 83 | - function ($value) { |
|
| 83 | + function($value) { |
|
| 84 | 84 | return $value instanceof OrderedNormalizerInterface; |
| 85 | 85 | } |
| 86 | 86 | ); |