We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab46f09 commit 4850718Copy full SHA for 4850718
src/Command/AppCommand.php
@@ -85,7 +85,7 @@ public function check(Output $output)
85
{
86
// env check
87
list($code, $return,) = ProcessHelper::run('php --ri swoole');
88
- $asyncRdsEnabled = $code === 0 ? \strpos($return, 'async redis client => enabled') : false;
+ $asyncRdsEnabled = $code === 0 ? \strpos($return, 'redis client => enabled') : false;
89
90
$list = [
91
"<bold>Runtime environment check</bold>\n",
0 commit comments