Skip to content

Commit

Permalink
Apply fixes from StyleCI (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored and taylorotwell committed Jun 14, 2019
1 parent 252915f commit f6ae49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/InvoiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

use Mockery as m;
use Carbon\Carbon;
use Stripe\Discount;
use Carbon\CarbonTimeZone;
use Laravel\Cashier\Invoice;
use PHPUnit\Framework\TestCase;
use Stripe\Discount;
use Stripe\Invoice as StripeInvoice;
use Laravel\Cashier\Tests\Fixtures\User;

Expand Down

0 comments on commit f6ae49b

Please sign in to comment.