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 075eba8 commit 0e4a1a3Copy full SHA for 0e4a1a3
app/code/Magento/Ui/Controller/Adminhtml/Bookmark/Save.php
@@ -70,6 +70,8 @@ class Save extends AbstractAction
70
* @param BookmarkInterfaceFactory $bookmarkFactory
71
* @param UserContextInterface $userContext
72
* @param DecoderInterface $jsonDecoder
73
+ * @param \Magento\Framework\Serialize\Serializer\Json|null $serializer
74
+ * @throws \RuntimeException
75
*/
76
public function __construct(
77
Context $context,
0 commit comments