Skip to content

Commit 22d00ae

Browse files
rubenvanasschegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 99fe893 commit 22d00ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/DataTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
use Spatie\LaravelData\Tests\Fakes\UnionData;
6868
use Spatie\LaravelData\Transformers\DateTimeInterfaceTransformer;
6969
use Spatie\LaravelData\WithData;
70+
7071
use function Spatie\Snapshots\assertMatchesSnapshot;
7172

7273
it('can create a resource', function () {
@@ -2386,7 +2387,7 @@ public function __construct(
23862387
->toThrow(CannotSetComputedValue::class);
23872388
});
23882389

2389-
it('can have a nullable computed value', function (){
2390+
it('can have a nullable computed value', function () {
23902391
$dataObject = new class ('', '') extends Data {
23912392
#[Computed]
23922393
public ?string $upper_name;

0 commit comments

Comments
 (0)