Completed
Push — develop ( 9a16ff...d2728b )
by Stuart
05:51
created
src/error-shim.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -69,9 +69,9 @@
 block discarded – undo
69 69
 }
70 70
 
71 71
 if (!class_exists('Error')) {
72
-     /**
73
-     * taken from: http://php.net/manual/en/class.error.php
74
-     */
72
+        /**
73
+         * taken from: http://php.net/manual/en/class.error.php
74
+         */
75 75
     class Error extends Exception implements Throwable
76 76
     {
77 77
         public function __toString()
Please login to merge, or discard this patch.