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