Return value of Zeuxisoo\Whoops\Slim\WhoopsGuard::install() must be an instance of Whoops\Run, none returned File: /app/vendor/zeuxisoo/slim-whoops/src/Zeuxisoo/Whoops/Slim/WhoopsGuard.php Line: 112
I've added an early return and made the return value nullable.
When the guard is disabled with the
enable
option it crashes with a type error.I've added an early return and made the return value nullable.