Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Dec 25, 2023
1 parent c743f35 commit 31eb19b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/ServerBaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

use Closure;
use Exception;
use Tests\MockClass\MockRedisStream;
use Tests\MockClass\MockTcpConnection;
use Workbunny\WebmanPushServer\ApiService;
use Workbunny\WebmanPushServer\HookServer;
Expand Down
2 changes: 1 addition & 1 deletion tests/debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @param mixed|null $default
* @return mixed
*/
function config(string $key = null, mixed $default = null): mixed
function config(string $key = null, mixed $default = null)
{
if ($key === 'redis') {
return [
Expand Down

0 comments on commit 31eb19b

Please sign in to comment.