Completed
Branch master (5f905c)
by Daniel
17:54
created
Category
source/NetworkComponentsByDanielGP.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
             'HTTP_FORWARDED',
138 138
             'REMOTE_ADDR',
139 139
         ];
140
-        $finalIP   = null;
140
+        $finalIP = null;
141 141
         foreach ($aPatterns as $key) {
142 142
             if (array_key_exists($key, $_SERVER) === true) {
143 143
                 foreach (explode(',', $_SERVER[$key]) as $IPaddress) {
Please login to merge, or discard this patch.