@@ -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 @@ |
||
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\Node; |
9 | 9 |
@@ -3,7 +3,7 @@ |
||
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; |
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; |
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\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\Operator\Logical; |
9 | 9 |
@@ -3,7 +3,7 @@ |
||
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 |
@@ -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\Service; |
9 | 9 |
@@ -4,7 +4,7 @@ |
||
4 | 4 | * See LICENSE bundled with this library for license details. |
5 | 5 | */ |
6 | 6 | |
7 | -require_once __DIR__.'/../autoloader.php'; |
|
7 | +require_once __DIR__ . '/../autoloader.php'; |
|
8 | 8 | |
9 | 9 | /** |
10 | 10 | * Class CustomOperator |