Skip to content

Commit

Permalink
-- Clean Code.
Browse files Browse the repository at this point in the history
  • Loading branch information
chuccv committed Mar 10, 2022
1 parent 330253a commit 8c57ae4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Api/Data/ConfigInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/**
* Interface ConfigInterface
* @package Mageplaza\GdprPro\Api\Data
* @package Mageplaza\Gdpr\Api\Data
*/
interface ConfigInterface
{
Expand Down
2 changes: 1 addition & 1 deletion Block/Address/Account.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function __construct(
}

/**
* @return mixed|string
* @return \Magento\Framework\Phrase|mixed
*/
public function getDeleteAccountMessage()
{
Expand Down
2 changes: 0 additions & 2 deletions GraphQl/Model/Resolver/Configs/Get.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@
namespace Mageplaza\Gdpr\GraphQl\Model\Resolver\Configs;

use Magento\Framework\GraphQl\Config\Element\Field;
use Magento\Framework\GraphQl\Exception\GraphQlAuthorizationException;
use Magento\Framework\GraphQl\Exception\GraphQlInputException;
use Magento\Framework\GraphQl\Query\ResolverInterface;
use Magento\Framework\GraphQl\Schema\Type\ResolveInfo;
use Magento\GraphQl\Model\Query\ContextInterface;
use Mageplaza\Gdpr\Helper\Data;

/**
Expand Down
1 change: 0 additions & 1 deletion Model/Api/Data/Config/GeneralConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

namespace Mageplaza\Gdpr\Model\Api\Data\Config;

use Magento\Framework\App\RequestInterface;
use Magento\Framework\DataObject;
use Magento\Framework\Webapi\Rest\Request;
use Mageplaza\Gdpr\Api\Data\Config\GeneralConfigInterface;
Expand Down

0 comments on commit 8c57ae4

Please sign in to comment.