Skip to content

Commit 809b0e1

Browse files
Fix tests and PHPstan
1 parent d8a0d1c commit 809b0e1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -372,18 +372,6 @@ parameters:
372372
count: 1
373373
path: src/Support/Factories/DataClassFactory.php
374374

375-
-
376-
message: '#^Instantiated class Inertia\\LazyProp not found\.$#'
377-
identifier: class.notFound
378-
count: 1
379-
path: src/Support/Lazy/InertiaLazy.php
380-
381-
-
382-
message: '#^Method Spatie\\LaravelData\\Support\\Lazy\\InertiaLazy\:\:resolve\(\) has invalid return type Inertia\\LazyProp\.$#'
383-
identifier: class.notFound
384-
count: 1
385-
path: src/Support/Lazy/InertiaLazy.php
386-
387375
-
388376
message: '#^Template type T is declared as covariant, but occurs in invariant position in property Spatie\\LaravelData\\Support\\LazyDataStructureProperty\:\:\$value\.$#'
389377
identifier: generics.variance

0 commit comments

Comments
 (0)