Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 4, 2024
1 parent 1c1c00a commit 58b2e2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Adjustments/Models/Adjustment.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function isIncluded(): bool
return (bool) $this->is_included;
}

public function isNotIncluded() : bool
public function isNotIncluded(): bool
{
return !$this->isIncluded();
}
Expand Down
1 change: 0 additions & 1 deletion src/Adjustments/Tests/Unit/AdjustmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
namespace Vanilo\Adjustments\Tests\Unit;

use Vanilo\Adjustments\Adjusters\SimpleShippingFee;
use Vanilo\Adjustments\Contracts\Adjustable;
use Vanilo\Adjustments\Contracts\Adjuster;
use Vanilo\Adjustments\Contracts\Adjustment as AdjustmentContract;
use Vanilo\Adjustments\Models\Adjustment;
Expand Down

0 comments on commit 58b2e2a

Please sign in to comment.