فهرست منبع

fix(CS): Fix coding style

Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling 9 ماه پیش
والد
کامیت
696ed4a125
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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