Fix Laravel Pint formatting

This commit is contained in:
root
2026-06-08 23:30:22 -04:00
parent 567dc24649
commit c792b8be05
1288 changed files with 10766 additions and 9669 deletions
@@ -2,10 +2,10 @@
namespace Tests\Unit\Services\Refunds;
use App\Services\Discounts\DiscountInvoiceService;
use App\Services\Fees\FeeRefundDetailService;
use App\Services\Refunds\RefundInvoiceAdjustmentService;
use App\Services\Refunds\RefundPolicyService;
use App\Services\Fees\FeeRefundDetailService;
use App\Services\Discounts\DiscountInvoiceService;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Support\Facades\DB;
use Tests\TestCase;
@@ -84,8 +84,8 @@ class RefundPolicyServiceTest extends TestCase
]);
$service = new RefundPolicyService(
new FeeRefundDetailService(),
new RefundInvoiceAdjustmentService(new DiscountInvoiceService())
new FeeRefundDetailService,
new RefundInvoiceAdjustmentService(new DiscountInvoiceService)
);
$result = $service->processWithdrawalRefund(10, 1, '2025-2026', 'Fall', 1);