@@ -66,7 +66,7 @@ |
||
| 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 | |
@@ -73,7 +73,7 @@ |
||
| 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 | { |