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 86920a1 commit dff41b1Copy full SHA for dff41b1
app/code/Magento/Theme/Controller/Result/MessagePlugin.php
@@ -64,8 +64,8 @@ class MessagePlugin
64
* @param \Magento\Framework\Stdlib\Cookie\CookieMetadataFactory $cookieMetadataFactory
65
* @param \Magento\Framework\Message\ManagerInterface $messageManager
66
* @param \Magento\Framework\View\Element\Message\InterpretationStrategyInterface $interpretationStrategy
67
- * @param \Magento\Framework\Serialize\Serializer\Json|null $serializer
68
- * @param InlineInterface|null $inlineTranslate
+ * @param \Magento\Framework\Serialize\Serializer\Json $serializer
+ * @param InlineInterface $inlineTranslate
69
* @param ConfigInterface $sessionConfig
70
*/
71
public function __construct(
0 commit comments