Passed
Push — v4 ( 6c9e4e...6305b5 )
by Andrew
15:29 queued 15s
created
src/web/SandboxView.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
      * @var WebSandboxErrorHandler|ConsoleSandboxErrorHandler|null The error handler to use for the SandboxView
25 25
      */
26
-    public WebSandboxErrorHandler|ConsoleSandboxErrorHandler|null $sandboxErrorHandler = null;
26
+    public WebSandboxErrorHandler | ConsoleSandboxErrorHandler | null $sandboxErrorHandler = null;
27 27
 
28 28
     // Public Methods
29 29
     // =========================================================================
Please login to merge, or discard this patch.