@@ -61,7 +61,7 @@ |
||
| 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 | |