Skip to content

Commit 4069130

Browse files
authored
Merge pull request #1 from magento-gl/php84_deprication_fix
Php84 deprication fix
2 parents c03b9fe + 818c064 commit 4069130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Zend/Log.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class Zend_Log
116116
*
117117
* @param Zend_Log_Writer_Abstract|null $writer default writer
118118
*/
119-
public function __construct(Zend_Log_Writer_Abstract $writer = null)
119+
public function __construct(?Zend_Log_Writer_Abstract $writer = null)
120120
{
121121
$r = new ReflectionClass($this);
122122
$this->_priorities = array_flip($r->getConstants());

0 commit comments

Comments
 (0)