Skip to content

Commit

Permalink
Merge pull request #1 from magento-gl/php84_deprication_fix
Browse files Browse the repository at this point in the history
Php84 deprication fix
  • Loading branch information
glo71317 authored Dec 18, 2024
2 parents c03b9fe + 818c064 commit 4069130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class Zend_Log
*
* @param Zend_Log_Writer_Abstract|null $writer default writer
*/
public function __construct(Zend_Log_Writer_Abstract $writer = null)
public function __construct(?Zend_Log_Writer_Abstract $writer = null)
{
$r = new ReflectionClass($this);
$this->_priorities = array_flip($r->getConstants());
Expand Down

0 comments on commit 4069130

Please sign in to comment.