We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491ad27 commit de9d50bCopy full SHA for de9d50b
1 file changed
src/ErrorHandler.php
@@ -68,7 +68,8 @@ public function handleError(int $errno, string $errstr, ?string $errfile, ?int $
68
/**
69
* Registers this error handler.
70
*
71
- * @param null|int $errorTypes The mask for triggering this error handler. Defaults to E_ALL | E_STRICT.
+ * @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.
73
*/
74
public function registerErrorHandler($errorTypes = E_ALL)
75
{
0 commit comments