Passed
Push — main ( 8c8036...e661e6 )
by Justin
03:31
created
src/Interceptor.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -84,12 +84,12 @@
 block discarded – undo
84 84
         return $this;
85 85
     }
86 86
 
87
-   /**
88
-    * Add a handler or callable to run on artisan start
89
-    *
90
-    * @param callable|ArtisanHandler $callable
91
-    * @return InterceptorContract
92
-    */ 
87
+    /**
88
+     * Add a handler or callable to run on artisan start
89
+     *
90
+     * @param callable|ArtisanHandler $callable
91
+     * @return InterceptorContract
92
+     */ 
93 93
     public function start(callable|ArtisanHandler $callable): InterceptorContract
94 94
     {
95 95
         $handler = $callable;
Please login to merge, or discard this patch.