Passed
Pull Request — main (#4794)
by
unknown
05:55
created
app/Services/ModuleService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -717,7 +717,7 @@
 block discarded – undo
717 717
                             ->values();
718 718
                         
719 719
                         $collection->each(function (ModuleCustomInterface $submodule, int $key) use ($moduleName) {
720
-                           $submodule->setName($moduleName . $key);
720
+                            $submodule->setName($moduleName . $key);
721 721
                         });
722 722
                             
723 723
                         $collection->prepend($module);
Please login to merge, or discard this patch.
app/Module/ModuleContainerTrait.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
  * Trait ModuleContainerTrait - default implementation of ModuleCustomInterface
26 26
  */
27 27
 trait ModuleContainerTrait
28
-{    
28
+{
29 29
     /**
30 30
      * The list of modules contained within this module.
31 31
      *
Please login to merge, or discard this patch.