@@ -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 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 |
@@ -8,7 +8,7 @@ |
||
| 8 | 8 | * @param string $class The fully-qualified class name. |
| 9 | 9 | * @return void |
| 10 | 10 | */ |
| 11 | -spl_autoload_register(function ($class) { |
|
| 11 | +spl_autoload_register(function($class) { |
|
| 12 | 12 | |
| 13 | 13 | // project-specific namespace prefix |
| 14 | 14 | $prefix = 'LogicTree\\'; |