Skip to content

Commit f65a55c

Browse files
committed
style: break long line
1 parent cbd07ac commit f65a55c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

system/HTTP/SiteURI.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,12 @@ class SiteURI extends URI
7878
* @param string $scheme Optional scheme. 'http' or 'https'.
7979
* @phpstan-param 'http'|'https'|'' $scheme
8080
*/
81-
public function __construct(App $configApp, string $relativePath = '', string $host = '', string $scheme = '')
82-
{
81+
public function __construct(
82+
App $configApp,
83+
string $relativePath = '',
84+
string $host = '',
85+
string $scheme = ''
86+
) {
8387
$this->baseURL = $this->normalizeBaseURL($configApp);
8488
$this->indexPage = $configApp->indexPage;
8589

0 commit comments

Comments
 (0)