We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fe893 commit 22d00aeCopy full SHA for 22d00ae
tests/DataTest.php
@@ -67,6 +67,7 @@
67
use Spatie\LaravelData\Tests\Fakes\UnionData;
68
use Spatie\LaravelData\Transformers\DateTimeInterfaceTransformer;
69
use Spatie\LaravelData\WithData;
70
+
71
use function Spatie\Snapshots\assertMatchesSnapshot;
72
73
it('can create a resource', function () {
@@ -2386,7 +2387,7 @@ public function __construct(
2386
2387
->toThrow(CannotSetComputedValue::class);
2388
});
2389
-it('can have a nullable computed value', function (){
2390
+it('can have a nullable computed value', function () {
2391
$dataObject = new class ('', '') extends Data {
2392
#[Computed]
2393
public ?string $upper_name;
0 commit comments