Completed
Pull Request — master (#1151)
by
unknown
02:23
created
src/Commands/ModuleMakeCommand.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -76,10 +76,10 @@
 block discarded – undo
76 76
     }
77 77
 
78 78
     /**
79
-    * Get module type .
80
-    *
81
-    * @return string
82
-    */
79
+     * Get module type .
80
+     *
81
+     * @return string
82
+     */
83 83
     private function getModuleType()
84 84
     {
85 85
         $isPlain = $this->option('plain');
Please login to merge, or discard this patch.
src/Module.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -358,8 +358,8 @@
 block discarded – undo
358 358
      */
359 359
     public function setActive(int $active): bool
360 360
     {
361
-         $this->activator->setActive($this, $active);
362
-         return boolval($active);
361
+            $this->activator->setActive($this, $active);
362
+            return boolval($active);
363 363
     }
364 364
 
365 365
     /**
Please login to merge, or discard this patch.