Skip to content

Commit

Permalink
Merge branch '3.3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1706 committed Sep 29, 2024
2 parents d25e5f6 + 13b267c commit 8de3234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpBB/phpbb/file_downloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected function create_client(string $host, int $port = 443, int $timeout = 6
* @param string $host File host
* @param string $directory Directory file is in
* @param string $filename Filename of file to retrieve
* @param int $port Port to connect to; default: 80
* @param int $port Port to connect to; default: 443
* @param int $timeout Connection timeout in seconds; default: 6
*
* @return false|string File data as string if file can be read and there is no
Expand Down
2 changes: 1 addition & 1 deletion tests/version/version_helper_remote_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ protected function setUp(): void

$this->cache->expects($this->any())
->method('get')
->with($this->anything())
->withAnyParameters()
->will($this->returnValue(false));

$this->guzzle_mock = $this->getMockBuilder('\GuzzleHttp\Client')
Expand Down

0 comments on commit 8de3234

Please sign in to comment.