Skip to content

Commit

Permalink
update ecs rules
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Apr 15, 2022
1 parent 7d6f2d3 commit 1598f91
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

$parameters->set(Option::SKIP, [
PhpdocToCommentFixer::class,
NoUnusedImportsFixer::class,
GeneralPhpdocAnnotationRemoveFixer::class,
NotOperatorWithSuccessorSpaceFixer::class,
PhpUnitTestClassRequiresCoversFixer::class,
Expand Down
1 change: 0 additions & 1 deletion src/Objects/Cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Bavix\Wallet\Objects;

use function array_unique;
use Bavix\Wallet\Interfaces\CartInterface;
use Bavix\Wallet\Interfaces\Customer;
use Bavix\Wallet\Interfaces\Product;
Expand Down

0 comments on commit 1598f91

Please sign in to comment.