Skip to content

Commit

Permalink
[Bug: 15094] PHP 8 compat, $errcontext was removed in PHP 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 13, 2022
1 parent 97c1705 commit d288c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Horde/ErrorHandler.php
Expand Up @@ -151,7 +151,7 @@ public static function fatal($error)
* @param array $errcontext See set_error_handler().
*/
public static function errorHandler($errno, $errstr, $errfile, $errline,
$errcontext)
$errcontext = null)
{
$er = error_reporting();

Expand Down

0 comments on commit d288c0e

Please sign in to comment.