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 Aug 24, 2024
1 parent 7958a02 commit f626ba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Checkout/Contracts/CouponEvent.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Vanilo\Checkout\Contracts;

interface CouponEvent extends CheckoutEvent
Expand Down
2 changes: 2 additions & 0 deletions src/Foundation/Listeners/UpdateCouponUsage.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Vanilo\Foundation\Listeners;

use Illuminate\Support\Facades\DB;
Expand Down

0 comments on commit f626ba1

Please sign in to comment.