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 d65d605 commit 290cd97Copy full SHA for 290cd97
app/code/Magento/Quote/Model/QuoteMutex.php
@@ -3,6 +3,7 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
+declare(strict_types=1);
7
8
namespace Magento\Quote\Model;
9
app/code/Magento/Quote/Model/QuoteMutexInterface.php
0 commit comments