@@ -59,7 +59,7 @@ |
||
| 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 | |
@@ -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): void |
| 79 | 79 | { |