Passed
Branch master (6a8a74)
by John
02:42
created
Category
src/AbstractOs.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
     public function getBytesFromPhpIniValue($val)
152 152
     {
153 153
         $val = trim($val);
154
-        $last = strtolower($val[strlen($val)-1]);
154
+        $last = strtolower($val[strlen($val) - 1]);
155 155
 
156 156
         switch ($last) {
157 157
             case 'g':
Please login to merge, or discard this patch.