Passed
Pull Request — master (#1541)
by
unknown
08:47
created
lib/SP/Util/ErrorUtil.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -58,9 +58,9 @@
 block discarded – undo
58 58
      * @param bool      $render
59 59
      */
60 60
     public static function showExceptionInView(Template $view,
61
-                                               Exception $e,
62
-                                               $replace = null,
63
-                                               $render = true)
61
+                                                Exception $e,
62
+                                                $replace = null,
63
+                                                $render = true)
64 64
     {
65 65
         switch (get_class($e)) {
66 66
             case UpdatedMasterPassException::class:
Please login to merge, or discard this patch.