Skip to content

Commit e40634b

Browse files
committed
Fixed code style
1 parent 942d797 commit e40634b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/Unit/ValidatedDTOTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ public function __invoke()
461461
});
462462

463463
it('validates that ValidateDTO cannot be instantiated with wrong mime type')
464-
->expect(function () {
465-
$uploadedFile = UploadedFile::fake()->create('document.pdf');
466-
ValidatedFileDTO::fromArray(['file' => $uploadedFile]);
467-
})->throws(ValidationException::class);
464+
->expect(function () {
465+
$uploadedFile = UploadedFile::fake()->create('document.pdf');
466+
ValidatedFileDTO::fromArray(['file' => $uploadedFile]);
467+
})->throws(ValidationException::class);

0 commit comments

Comments
 (0)