Passed
Push — dev6 ( b2a437...38538a )
by Ron
19:48
created
app/Traits/LogUtilitiesTrait.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,8 +48,7 @@
 block discarded – undo
48 48
      */
49 49
     protected function getChannelDetails($channel)
50 50
     {
51
-        return Arr::first($this->logChannels, function($value) use ($channel)
52
-        {
51
+        return Arr::first($this->logChannels, function($value) use ($channel) {
53 52
             return $value['name'] == $channel;
54 53
         });
55 54
     }
Please login to merge, or discard this patch.
app/Console/Commands/DisableModuleCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 
10 10
 class DisableModuleCommand extends Command
11 11
 {
12
-    protected $signature  = 'tb_module:disable {module}';
12
+    protected $signature = 'tb_module:disable {module}';
13 13
     protected $description = 'Disable, but do not remove a Tech Bench Add On Module';
14 14
 
15 15
     protected $module;
Please login to merge, or discard this patch.