Skip to content

Commit

Permalink
改进 兼容8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwuxin committed Jul 1, 2023
1 parent ca1bfc3 commit 0d9c363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": ">=7.4",
"php": "^8.0",
"ext-json": "*",
"ext-swoole": ">=4.6",
"nette/php-generator": "^3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/pool/proxy/Store.php
Expand Up @@ -19,7 +19,7 @@ public function has($name): bool
/**
* @inheritDoc
*/
public function get($name, $default = null): bool
public function get($name, $default = null): mixed
{
return $this->__call(__FUNCTION__, func_get_args());
}
Expand Down

0 comments on commit 0d9c363

Please sign in to comment.