Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3c2dc58

Browse filesBrowse files
committed
CS fixes in pre-existing code.
1 parent 3aa9d1b commit 3c2dc58
Copy full SHA for 3c2dc58

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎src/Symfony/Component/BrowserKit/AbstractBrowser.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/BrowserKit/AbstractBrowser.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,8 @@ protected function getAbsoluteUri(string $uri)
653653
if (!$this->history->isEmpty()) {
654654
$currentUri = $this->history->current()->getUri();
655655
} else {
656-
$currentUri = sprintf('http%s://%s/',
656+
$currentUri = sprintf(
657+
'http%s://%s/',
657658
isset($this->server['HTTPS']) ? 's' : '',
658659
isset($this->server['HTTP_HOST']) ? $this->server['HTTP_HOST'] : 'localhost'
659660
);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.