You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Symfony\Component\Debug\Exception\ContextErrorException]
Warning: Declaration of Wrep\Daemonizable\Command\EndlessCommand::setCode(callable $code) should be compatible with Symfony\Component\Console\Command\Command::setCode($code)
The text was updated successfully, but these errors were encountered:
Seems more like a Symfony version issue where the signature of EndlessComment::setCode is not compatible with Command::setCode. We've done some fixes on this a while ago, could you check if there is a newer version that works for you?
Versions:
"symfony/symfony": "2.8.30",
"wrep/daemonizable-command": "1.3"
Line:
daemonizable-command/src/Wrep/Daemonizable/Command/EndlessCommand.php
Line 216 in 0dfd00a
Exception:
The text was updated successfully, but these errors were encountered: