Completed
Push — master ( 858a29...ce3d64 )
by Kirill
04:13
created
src/AppBundle/Action/Executor/Noolite.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
         $deviceParams = $device->getParams();
14 14
         $ch = 0;
15 15
         foreach ($deviceParams as $deviceParam) {
16
-            list($param,$value) = explode(':', $deviceParam);
16
+            list($param, $value) = explode(':', $deviceParam);
17 17
             if ($param == 'channel') {
18 18
                 $ch = $value;
19 19
                 break;
Please login to merge, or discard this patch.