@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace Facile\SentryModule\Exception; |
| 6 | 6 | |
@@ -55,7 +55,7 @@ |
||
| 55 | 55 | } |
| 56 | 56 | /** @var ConfigurationOptions $configurationOptions */ |
| 57 | 57 | $configurationOptions = $container->get(ConfigurationOptions::class); |
| 58 | - if (! $configurationOptions->isInjectRavenJavascript()) { |
|
| 58 | + if (!$configurationOptions->isInjectRavenJavascript()) { |
|
| 59 | 59 | return; |
| 60 | 60 | } |
| 61 | 61 | |