We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4960a84 commit df37b87Copy full SHA for df37b87
app/code/Magento/Customer/Block/Account/AuthenticationPopup.php
@@ -43,7 +43,7 @@ public function __construct(
43
\Magento\Framework\View\Element\Template\Context $context,
44
array $data = [],
45
?\Magento\Framework\Serialize\Serializer\Json $serializer = null,
46
- HttpContext $httpContext = null
+ ?HttpContext $httpContext = null
47
) {
48
parent::__construct($context, $data);
49
$this->jsLayout = isset($data['jsLayout']) && is_array($data['jsLayout']) ? $data['jsLayout'] : [];
0 commit comments