Completed
Pull Request — master (#7)
by Thomas Mauro
05:04
created
src/Exception/RuntimeException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.