Completed
Push — master ( 63b231...bdcfdd )
by Hannes
01:31
created
src/Visitor/VisitorFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      */
60 60
     public function createVisitors(int $flags = 0): Visitor
61 61
     {
62
-        $flag = function (int $needle) use ($flags) {
62
+        $flag = function(int $needle) use ($flags) {
63 63
             return ($needle & $flags) == $needle;
64 64
         };
65 65
 
Please login to merge, or discard this patch.