Skip to content

Commit 0d06b47

Browse files
committed
Apply fixes from StyleCI
1 parent 4371762 commit 0d06b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Foundation/resources/server.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
$formattedDateTime = date('D M j H:i:s Y');
1717

1818
$requestMethod = $_SERVER['REQUEST_METHOD'];
19-
$remoteAddress = $_SERVER['REMOTE_ADDR'] . ':' . $_SERVER['REMOTE_PORT'];
19+
$remoteAddress = $_SERVER['REMOTE_ADDR'].':'.$_SERVER['REMOTE_PORT'];
2020

21-
file_put_contents("php://stdout", "[$formattedDateTime] $remoteAddress [$requestMethod] URI: $uri\n");
21+
file_put_contents('php://stdout', "[$formattedDateTime] $remoteAddress [$requestMethod] URI: $uri\n");
2222

2323
require_once $publicPath.'/index.php';

0 commit comments

Comments
 (0)