Passed
Push — master ( 6717a3...1b58c8 )
by Aleksandr
02:52
created
src/System/Windows/NetworksCollection.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -32,9 +32,9 @@
 block discarded – undo
32 32
     {
33 33
         return implode(' && ', [
34 34
             'chcp 65001',
35
-            $this->getUtility().' show networks mode=Bssid',
36
-            'echo '.$this->separator,
37
-            $this->getUtility().' show interfaces',
35
+            $this->getUtility() . ' show networks mode=Bssid',
36
+            'echo ' . $this->separator,
37
+            $this->getUtility() . ' show interfaces',
38 38
         ]);
39 39
     }
40 40
 
Please login to merge, or discard this patch.