Skip to content

Commit de9d50b

Browse files
committed
Update comment.
1 parent 491ad27 commit de9d50b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ErrorHandler.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ public function handleError(int $errno, string $errstr, ?string $errfile, ?int $
6868
/**
6969
* Registers this error handler.
7070
*
71-
* @param null|int $errorTypes The mask for triggering this error handler. Defaults to E_ALL | E_STRICT.
71+
* @param null|int $errorTypes The mask for triggering this error handler. Defaults to E_ALL. Note E_STRICT is part
72+
* of E_ALL since PHP 5.4.0.
7273
*/
7374
public function registerErrorHandler($errorTypes = E_ALL)
7475
{

0 commit comments

Comments
 (0)