Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 18, 2024
1 parent 11d0c39 commit b221b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UrlGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ public function testOverrideDefaultHostAndSchemeFromRoute(): void
$this->createRouteCollection([
Route::get('/home/index')
->host('//test.yii')
->name('index')
->name('index'),
]),
scheme: 'https',
host: 'example.com',
Expand Down

0 comments on commit b221b1b

Please sign in to comment.