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 Oct 4, 2023
1 parent 8a4d6cd commit 584ca0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Foundation/Models/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ public function paymentMethod(): BelongsTo
public function getPaymentMethodId(): ?string
{
return $this->payment_method_id ? (string) $this->payment_method_id : null;

}

public function total(): float
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ private function isSqlite(): bool
->getConnection()
->getPdo()
->getAttribute(PDO::ATTR_DRIVER_NAME)
;
;
}
};

0 comments on commit 584ca0d

Please sign in to comment.