Test Failed
Push — master ( 8d4319...cae78d )
by 世昌
02:15
created
suda/src/application/DebugDumpper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
      */
38 38
     public function register()
39 39
     {
40
-        set_exception_handler([$this,'uncaughtException']);
40
+        set_exception_handler([$this, 'uncaughtException']);
41 41
         return $this;
42 42
     }
43 43
 
Please login to merge, or discard this patch.