Failed Conditions
Pull Request — master (#2)
by Arnold
04:45
created
bin/build-global.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
     return $function($argsStr);
50 50
 }
51 51
 
52
-CODE;
52
+code;
53 53
 
54 54
     unset($params, $args);
55 55
 }
Please login to merge, or discard this patch.
src/server_functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     
24 24
     $bytes = array_map('dechex', explode('.', $address));
25 25
     
26
-    return vsprintf('0:0:0:0:0:ffff:%02s%02s:%02s%02s', $bytes) . (isset($mask) ? '/' . ($mask + 96)  : '');
26
+    return vsprintf('0:0:0:0:0:ffff:%02s%02s:%02s%02s', $bytes) . (isset($mask) ? '/' . ($mask + 96) : '');
27 27
 }
28 28
 
29 29
 /**
Please login to merge, or discard this patch.