Passed
Push — master ( 3ea542...55f4cf )
by Caen
13:20 queued 13s
created
packages/framework/src/Support/BuildWarnings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 
24 24
     public static function getInstance(): static
25 25
     {
26
-        if (! app()->bound(self::class)) {
26
+        if (!app()->bound(self::class)) {
27 27
             app()->singleton(self::class);
28 28
         }
29 29
 
Please login to merge, or discard this patch.