Skip to content

Commit

Permalink
style: break long line
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 17, 2023
1 parent cbd07ac commit f65a55c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions system/HTTP/SiteURI.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,12 @@ class SiteURI extends URI
* @param string $scheme Optional scheme. 'http' or 'https'.
* @phpstan-param 'http'|'https'|'' $scheme
*/
public function __construct(App $configApp, string $relativePath = '', string $host = '', string $scheme = '')
{
public function __construct(
App $configApp,
string $relativePath = '',
string $host = '',
string $scheme = ''
) {
$this->baseURL = $this->normalizeBaseURL($configApp);
$this->indexPage = $configApp->indexPage;

Expand Down

0 comments on commit f65a55c

Please sign in to comment.