Skip to content

Commit df37b87

Browse files
committed
Fix review comment
handling nullable type
1 parent 4960a84 commit df37b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Block/Account/AuthenticationPopup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function __construct(
4343
\Magento\Framework\View\Element\Template\Context $context,
4444
array $data = [],
4545
?\Magento\Framework\Serialize\Serializer\Json $serializer = null,
46-
HttpContext $httpContext = null
46+
?HttpContext $httpContext = null
4747
) {
4848
parent::__construct($context, $data);
4949
$this->jsLayout = isset($data['jsLayout']) && is_array($data['jsLayout']) ? $data['jsLayout'] : [];

0 commit comments

Comments
 (0)