Passed
Pull Request — master (#2200)
by Rico
07:24
created
app/Module/ModuleTabTrait.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
     }
61 61
 		
62 62
     public function tabTitle(): string {
63
-      return $this->title();
63
+        return $this->title();
64 64
     }
65 65
 		
66 66
     /**
Please login to merge, or discard this patch.
app/Module/ModuleSidebarInterface.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -27,13 +27,13 @@
 block discarded – undo
27 27
 {
28 28
     public function sidebarTitle(): string;
29 29
 
30
-		/**
31
-     * Users change change the order of sidebars using the control panel.
32
-     *
33
-     * @param int $sidebar_order
34
-     *
35
-     * @return void
36
-     */
30
+        /**
31
+         * Users change change the order of sidebars using the control panel.
32
+         *
33
+         * @param int $sidebar_order
34
+         *
35
+         * @return void
36
+         */
37 37
     public function setSidebarOrder(int $sidebar_order): void;
38 38
 
39 39
     /**
Please login to merge, or discard this patch.