Passed
Pull Request — master (#2658)
by
unknown
06:44
created
app/Services/ModuleService.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -624,7 +624,8 @@
 block discarded – undo
624 624
         return null;
625 625
     }
626 626
 
627
-    private static function disable_module(string $filename) {
627
+    private static function disable_module(string $filename)
628
+    {
628 629
         $module_dir = dirname($filename);
629 630
 
630 631
         /*
Please login to merge, or discard this patch.