Skip to content

Commit 54e7a87

Browse files
Order imports with Pint (#10675)
1 parent a990043 commit 54e7a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

processes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@ When testing this route, we can instruct Laravel to return a fake, successful pr
425425
```php tab=Pest
426426
<?php
427427

428-
use Illuminate\Process\PendingProcess;
429428
use Illuminate\Contracts\Process\ProcessResult;
429+
use Illuminate\Process\PendingProcess;
430430
use Illuminate\Support\Facades\Process;
431431

432432
test('process is invoked', function () {
@@ -450,8 +450,8 @@ test('process is invoked', function () {
450450

451451
namespace Tests\Feature;
452452

453-
use Illuminate\Process\PendingProcess;
454453
use Illuminate\Contracts\Process\ProcessResult;
454+
use Illuminate\Process\PendingProcess;
455455
use Illuminate\Support\Facades\Process;
456456
use Tests\TestCase;
457457

0 commit comments

Comments
 (0)