@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | * Copyright 2016-18 Hannes Forsgård |
19 | 19 | */ |
20 | 20 | |
21 | -declare(strict_types = 1); |
|
21 | +declare(strict_types=1); |
|
22 | 22 | |
23 | 23 | namespace byrokrat\autogiro\Visitor; |
24 | 24 | |
@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | */ |
92 | 92 | final public function createVisitors(int $flags = 0): VisitorInterface |
93 | 93 | { |
94 | - $flag = function (int $needle) use ($flags) { |
|
94 | + $flag = function(int $needle) use ($flags) { |
|
95 | 95 | return ($needle & $flags) == $needle; |
96 | 96 | }; |
97 | 97 |