We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762730b commit c1c392bCopy full SHA for c1c392b
1 file changed
src/FatalErrorHandler.php
@@ -13,7 +13,7 @@ final class FatalErrorHandler
13
* This must be called exactly **ONE TIME**.
14
*
15
* This will only work if HTTP headers were not sent already. So in development,
16
- * where `error_reporting` is most likely enabled, it might not work.
+ * where `display_errors` is most likely enabled, it might not work.
17
*/
18
public static function register(): void
19
{
0 commit comments