@@ -13,7 +13,7 @@ |
||
| 13 | 13 | * @since 5.0.0 |
| 14 | 14 | */ |
| 15 | 15 | |
| 16 | -declare(strict_types=1); |
|
| 16 | +declare(strict_types = 1); |
|
| 17 | 17 | |
| 18 | 18 | namespace Cervo\Exceptions; |
| 19 | 19 | |
@@ -13,7 +13,7 @@ |
||
| 13 | 13 | * @since 5.0.0 |
| 14 | 14 | */ |
| 15 | 15 | |
| 16 | -declare(strict_types=1); |
|
| 16 | +declare(strict_types = 1); |
|
| 17 | 17 | |
| 18 | 18 | namespace Cervo\Exceptions\ControllerReflection; |
| 19 | 19 | |