Skip to content

Commit 93ef8c9

Browse files
committed
Applied styleci changes
1 parent 420b29f commit 93ef8c9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/Http/Request.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public function getBaseUrl()
3636

3737
if ($appUrl) {
3838
$parsedBaseUrl = rtrim(implode('/', array_slice(explode('/', $appUrl), 3)), '/');
39+
3940
return empty($parsedBaseUrl) ? '' : ('/' . $parsedBaseUrl);
4041
}
4142

tests/UrlTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,4 @@ public function test_app_url_without_path_does_not_duplicate_path_slash()
4848
$this->assertEquals('/settings', $bsRequest->getPathInfo());
4949
$this->assertEquals('https://donkey.example.com/settings', $bsRequest->getUri());
5050
}
51-
5251
}

0 commit comments

Comments
 (0)