@@ -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\Logical; |
| 9 | 9 | |