Skip to content
Snippets Groups Projects
Commit ae76c0c8 authored by Olga Kopylova's avatar Olga Kopylova
Browse files

MAGETWO-58691: Refactor Module_Quote, Module_Sales

- fixed code style
parent 912bbc05
No related merge requests found
......@@ -38,6 +38,7 @@ class QueryResolver
* @var array
*/
private $cacheTags = [];
/**
* @var SerializerInterface
*/
......
......@@ -4,6 +4,7 @@
* See COPYING.txt for license details.
*/
namespace Magento\Quote\Model\Quote\Address\Total;
use Magento\Framework\Serialize\SerializerInterface;
/**
......
......@@ -4,6 +4,7 @@
* See COPYING.txt for license details.
*/
namespace Magento\Sales\Model\Config;
use Magento\Framework\App\ObjectManager;
use Magento\Framework\Serialize\SerializerInterface;
......
......@@ -4,6 +4,7 @@
* See COPYING.txt for license details.
*/
namespace Magento\Sales\Model\Order\Total\Config;
use Magento\Framework\Serialize\SerializerInterface;
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment