Passed
Push — master ( 603c4d...0858c3 )
by Luiz Kim
02:31
created
src/Controller/AddDeviceConfigAction.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,10 +37,10 @@
 block discarded – undo
37 37
         'device' => $json['device']
38 38
       ]);
39 39
       if (!$device)
40
-        $device  = new Device();
40
+        $device = new Device();
41 41
 
42 42
       foreach ($configs as $key => $config)
43
-        $device->addConfigs($key,  $config);
43
+        $device->addConfigs($key, $config);
44 44
       $device->setPeople($people);
45 45
       $device->setDevice($json['device']);
46 46
 
Please login to merge, or discard this patch.