Completed
Push — master ( 03230b...27b37b )
by Hannes
02:11
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.
src/Processor/LayoutProcessor.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
     }
74 74
 
75 75
     /**
76
-    * Validate that the number of records in layout matches the expected value
76
+     * Validate that the number of records in layout matches the expected value
77 77
      */
78 78
     public function afterLayoutNode(LayoutNode $node)
79 79
     {
Please login to merge, or discard this patch.