Skip to content

Commit

Permalink
graphQl-309: static fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Boyko committed Mar 21, 2019
1 parent 17b7c0a commit d3190fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@

use Magento\CheckoutAgreements\Api\CheckoutAgreementsListInterface;
use Magento\CheckoutAgreements\Api\Data\AgreementInterface;
use Magento\Cms\Api\Data\PageInterface;
use Magento\Framework\Api\SearchCriteriaBuilder;
use Magento\Framework\Exception\NoSuchEntityException;

/**
* Checkout Agreements data provider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Magento\GraphQL\CheckoutAgreements\Api;
namespace Magento\GraphQl\CheckoutAgreements\Api;

use Magento\TestFramework\TestCase\GraphQlAbstract;

Expand Down

0 comments on commit d3190fe

Please sign in to comment.