Completed
Push — master ( 27b37b...85efbc )
by Hannes
02:13
created
src/ParserFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      */
67 67
     public function createParser(int $flags = 0): Parser
68 68
     {
69
-        $flag = function (int $needle) use ($flags) {
69
+        $flag = function(int $needle) use ($flags) {
70 70
             return ($needle & $flags) == $needle;
71 71
         };
72 72
 
Please login to merge, or discard this patch.