Passed
Branch master (30a697)
by Serhii
02:26
created
Category
src/Tools.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
             $version = str_replace('/', '', $version);
49 49
             $version = str_replace('_', '.', $version);
50 50
 
51
-            if(preg_match('/ Windows /', $uaString)) {
51
+            if (preg_match('/ Windows /', $uaString)) {
52 52
                 $version = static::getWindowsVersion($version);
53 53
             }
54 54
             return $version;
Please login to merge, or discard this patch.