Browse Source

fix(CS): Fix coding style

Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling 9 months ago
parent
commit
696ed4a125
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/private/AppFramework/Http/Request.php

+ 1 - 1
lib/private/AppFramework/Http/Request.php

@@ -611,7 +611,7 @@ class Request implements \ArrayAccess, \Countable, IRequest {
 						if ($colons > 1) {
 							// Extract IP from string with brackets and optional port
 							if (preg_match('/^\[(.+?)\](?::\d+)?$/', $IP, $matches) && isset($matches[1])) {
-							    $IP = $matches[1];
+								$IP = $matches[1];
 							}
 						} elseif ($colons === 1) {
 							// IPv4 with port