Skip to content

Commit

Permalink
ENGCOM-4186: Add missing php doc cookie class #21054
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Feb 11, 2019
2 parents b2f1417 + 66097b3 commit c835820
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/code/Magento/Cookie/Helper/Cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ class Cookie extends \Magento\Framework\App\Helper\AbstractHelper
* @param \Magento\Store\Model\StoreManagerInterface $storeManager
* @param array $data
*
* @throws \InvalidArgumentException
* @throws \Magento\Framework\Exception\LocalizedException
* @throws \Magento\Framework\Exception\NoSuchEntityException
*/
public function __construct(
\Magento\Framework\App\Helper\Context $context,
Expand Down

0 comments on commit c835820

Please sign in to comment.