Passed
Push — master ( 39ec9f...f7fd98 )
by Aleksandr
01:27
created
src/System/Windows/Profile/Service.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
         $hex = '';
114 114
 
115 115
         for ($i = 0; $i < $len; $i++) {
116
-            $hex .= substr('0'.dechex(ord($ssid[$i])), -2);
116
+            $hex .= substr('0' . dechex(ord($ssid[$i])), -2);
117 117
         }
118 118
 
119 119
         return strtoupper($hex);
Please login to merge, or discard this patch.