Skip to content

Commit

Permalink
修复测试
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Oct 10, 2023
1 parent f6c7d50 commit 8cfb60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'fragment' => 'test',
];
const TEST_APP_URI = 'https://root:123@imi-test:1234/test?id=666#test';
function testAppCallbackUriConfig(Uri $uri)
function testAppCallbackUriConfig(Uri $uri): Uri
{
return $uri->withHost('imi-test-callback')
->withPort(6666)
Expand Down

0 comments on commit 8cfb60e

Please sign in to comment.