Skip to content

Commit

Permalink
Update app/code/core/Mage/Core/functions.php
Browse files Browse the repository at this point in the history
Co-authored-by: Ng Kiat Siong <[email protected]>
  • Loading branch information
sreichel and kiatng authored Oct 22, 2024
1 parent c503803 commit a7cf73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Core/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function mageCoreErrorHandler($errno, $errstr, $errfile, $errline)
case E_USER_NOTICE:
$errorMessage .= 'User Notice';
break;
case PHP_VERSION_ID < 80400 && E_STRICT:
case 2048: // E_STRICT prior to PHP8.4
$errorMessage .= 'Strict Notice';
break;
case E_RECOVERABLE_ERROR:
Expand Down

0 comments on commit a7cf73b

Please sign in to comment.