Skip to content

Commit

Permalink
Merge pull request #1 from magento-gl/php84_deprecation_fix
Browse files Browse the repository at this point in the history
Php84 deprecation fix
  • Loading branch information
glo71317 authored Dec 18, 2024
2 parents 75e6a43 + 8974e83 commit 815ef45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public static function _makeFrontend($frontend, $frontendOptions = array(), $cus
* @param string $msg Message for the exception
* @throws Zend_Cache_Exception
*/
public static function throwException($msg, Exception $e = null)
public static function throwException($msg, ?Exception $e = null)
{
// For perfs reasons, we use this dynamic inclusion
#require_once 'Zend/Cache/Exception.php';
Expand Down

0 comments on commit 815ef45

Please sign in to comment.