Skip to content

Commit 35be713

Browse files
committed
Remove $vars argument from error handler
1 parent dd59ac6 commit 35be713

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/pearcmd.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,12 +438,11 @@ function cmdHelp($command)
438438
* @param mixed $errmsg Message
439439
* @param mixed $file Filename
440440
* @param mixed $line Line number
441-
* @param mixed $vars Variables
442441
*
443442
* @access public
444443
* @return boolean
445444
*/
446-
function error_handler($errno, $errmsg, $file, $line, $vars)
445+
function error_handler($errno, $errmsg, $file, $line)
447446
{
448447
if ($errno & E_STRICT
449448
|| $errno & E_DEPRECATED

0 commit comments

Comments
 (0)