Passed
Branch master (bcdbf3)
by Marc
07:06
created
config/server-monitor-plugin-notification-by-host.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -5,10 +5,10 @@
 block discarded – undo
5 5
         /* List of each channel you can be used */
6 6
         /* This contain the detail of parameter mandatory to use it */
7 7
         'channels' => 
8
-			['mail' => 
9
-				['to' => 'array']],
10
-			['slack' => 
11
-				['webhook_url' => 'string']],
8
+            ['mail' => 
9
+                ['to' => 'array']],
10
+            ['slack' => 
11
+                ['webhook_url' => 'string']],
12 12
 			
13 13
     ]
14 14
 ];
Please login to merge, or discard this patch.