Fix is just adding a simple return 0; to the ClearCacheCommand->execute() method;
Why is it needed ?
BUG:
Fatal error: Uncaught TypeError: Return value of "modmore\Gitify\Command\ClearCacheCommand::execute()" must be of the type int, "null" returned. in /core/vendor/symfony/console/Command/Command.php:301
Related issue(s)/PR(s)
Let us know if this is related to any issue/pull request
N/A
What does it do ?
Fix is just adding a simple
return 0;
to the ClearCacheCommand->execute() method;Why is it needed ?
BUG: Fatal error: Uncaught TypeError: Return value of "modmore\Gitify\Command\ClearCacheCommand::execute()" must be of the type int, "null" returned. in /core/vendor/symfony/console/Command/Command.php:301
Related issue(s)/PR(s)
Let us know if this is related to any issue/pull request N/A