Skip to content

Commit

Permalink
feat: add strict types declaration, improve property types
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Feb 21, 2025
1 parent 4d98ab6 commit 23c4332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CartConditions/Delivery.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Delivery extends CartCondition
{
public $priority = 100;
public ?int $priority = 100;

protected $deliveryCharge = 0;

Expand Down

0 comments on commit 23c4332

Please sign in to comment.