Skip to content

Commit 0e4a1a3

Browse files
committed
Update the docblock for the constructor in the bookmark ui save controller
1 parent 075eba8 commit 0e4a1a3

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/Ui/Controller/Adminhtml/Bookmark

1 file changed

+2
-0
lines changed

app/code/Magento/Ui/Controller/Adminhtml/Bookmark/Save.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ class Save extends AbstractAction
7070
* @param BookmarkInterfaceFactory $bookmarkFactory
7171
* @param UserContextInterface $userContext
7272
* @param DecoderInterface $jsonDecoder
73+
* @param \Magento\Framework\Serialize\Serializer\Json|null $serializer
74+
* @throws \RuntimeException
7375
*/
7476
public function __construct(
7577
Context $context,

0 commit comments

Comments
 (0)