@@ -3,7 +3,7 @@ |
||
3 | 3 | * Copyright © 2018 Thomas Klein, All rights reserved. |
4 | 4 | * See LICENSE bundled with this library for license details. |
5 | 5 | */ |
6 | -declare(strict_types=1); |
|
6 | +declare(strict_types = 1); |
|
7 | 7 | |
8 | 8 | namespace LogicTree\Operator\Comparator; |
9 | 9 |
@@ -3,7 +3,7 @@ |
||
3 | 3 | * Copyright © 2018 Thomas Klein, All rights reserved. |
4 | 4 | * See LICENSE bundled with this library for license details. |
5 | 5 | */ |
6 | -declare(strict_types=1); |
|
6 | +declare(strict_types = 1); |
|
7 | 7 | |
8 | 8 | namespace LogicTree\Node; |
9 | 9 |
@@ -3,7 +3,7 @@ discard block |
||
3 | 3 | * Copyright © 2018 Uniwax, All rights reserved. |
4 | 4 | * See LICENSE bundled with this library for license details. |
5 | 5 | */ |
6 | -declare(strict_types=1); |
|
6 | +declare(strict_types = 1); |
|
7 | 7 | |
8 | 8 | namespace LogicTree\Operator; |
9 | 9 | |
@@ -132,8 +132,8 @@ discard block |
||
132 | 132 | */ |
133 | 133 | private function retrieveDefaultOperators(): array |
134 | 134 | { |
135 | - return array_map(function ($operators) { |
|
136 | - return array_map(function ($operator) { |
|
135 | + return array_map(function($operators) { |
|
136 | + return array_map(function($operator) { |
|
137 | 137 | return new $operator(); |
138 | 138 | }, $operators); |
139 | 139 | }, $this->defaultOperators); |