Passed
Push — issue-20 ( 81b6c3 )
by Benoit
08:32
created
src/Constraint/Reader/ReaderRegistry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.