Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit a11fde2

Browse files
mtagliabmichalbundyra
authored andcommitted
Fix indentation
1 parent 5ae77d3 commit a11fde2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Uri.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,10 @@ public function parse($uri)
305305
if ($nMatches === 1) {
306306
$portLength = strlen($matches[0]);
307307
$port = substr($matches[0], 1);
308-
308+
309309
// If authority ends with colon, port will be empty string.
310310
// Remove the colon from authority, but keeps port null
311-
if($port !== ''){
311+
if ($port !== '') {
312312
$this->setPort((int) $port);
313313
}
314314

0 commit comments

Comments
 (0)