Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install.php: PHP 8.2 exception handler signature compatibility
The exception handler parameter has to be of type `Throwable`, but we are remaining compatible with PHP 5.6, which didn't have `Throwable`, so let's fix this by moving the type to the phpDoc block. Fixes: e107inc#5072
- Loading branch information