Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 659f346

Browse files
ycerutonicolas-grekas
authored andcommitted
Code enhancement and cleanup
1 parent aec192d commit 659f346

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ErrorHandler.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,10 +349,12 @@ private function reRegister($prev)
349349
/**
350350
* Handles errors by filtering then logging them according to the configured bit fields.
351351
*
352-
* @param int $type One of the E_* constants
352+
* @param int $type One of the E_* constants
353+
* @param string $message
353354
* @param string $file
354355
* @param int $line
355356
* @param array $context
357+
* @param array $backtrace
356358
*
357359
* @return bool Returns false when no handling happens so that the PHP engine can handle the error itself
358360
*

0 commit comments

Comments
 (0)