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 a7e83f5 commit 22f6c28Copy full SHA for 22f6c28
app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping/State.php
@@ -3,14 +3,15 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
-// phpcs:ignore CookieAndSessionMisuse
7
namespace Magento\Multishipping\Model\Checkout\Type\Multishipping;
8
9
use Magento\Checkout\Model\Session;
10
use Magento\Multishipping\Model\Checkout\Type\Multishipping;
11
12
/**
13
* Multishipping checkout state model
+ *
14
+ * @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
15
16
class State extends \Magento\Framework\DataObject
17
{
0 commit comments