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 Feb 27, 2024
1 parent 471ddbe commit 483392f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Adjustments/Adjusters/SimpleTax.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
use Vanilo\Adjustments\Models\AdjustmentProxy;
use Vanilo\Adjustments\Models\AdjustmentTypeProxy;
use Vanilo\Adjustments\Support\HasWriteableTitleAndDescription;
use Vanilo\Adjustments\Support\IsIncluded;
use Vanilo\Adjustments\Support\IsLockable;

final class SimpleTax implements Adjuster
Expand Down
1 change: 0 additions & 1 deletion src/Contracts/Schematized.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ interface Schematized
public function getSchema(): Schema;

public function getSchemaSample(array $mergeWith = null): array;

}
2 changes: 0 additions & 2 deletions src/Payment/Models/PaymentMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Arr;
use Nette\Schema\Expect;
use Nette\Schema\Schema;
use Vanilo\Contracts\Schematized;
use Vanilo\Payment\Contracts\PaymentGateway;
use Vanilo\Payment\Contracts\PaymentMethod as PaymentMethodContract;
Expand Down Expand Up @@ -83,7 +82,6 @@ public function getConfigurationSchema(): ?Schematized
);
}


public function isEnabled(): bool
{
return (bool) $this->is_enabled;
Expand Down

0 comments on commit 483392f

Please sign in to comment.