@@ -20,7 +20,7 @@ |
||
20 | 20 | $this->readers[] = $reader; |
21 | 21 | } |
22 | 22 | |
23 | - usort($this->readers, function (ReaderInterface $left, ReaderInterface $right) { |
|
23 | + usort($this->readers, function(ReaderInterface $left, ReaderInterface $right) { |
|
24 | 24 | return $left->getPriority() <=> $right->getPriority(); |
25 | 25 | }); |
26 | 26 | } |