Skip to content

Commit 70bcacc

Browse files
authored
Merge pull request #10 from SuryaWebfox/main
Fix
2 parents b0b04f3 + d0e71de commit 70bcacc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/DataProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public function toArray(): array
3939
->filter(fn (ReflectionMethod $method) => ! $method->isStatic() && ! in_array($method->name, $this->excludedMethods))
4040
->mapWithKeys(function (ReflectionMethod $method) {
4141
$returnType = $method->getReturnType();
42-
// @phpstan-ignore-next-line
4342
if ($returnType instanceof ReflectionNamedType && $returnType->getName() === LazyProp::class) {
4443
return [$method->name => $method->invoke($this)];
4544
}

0 commit comments

Comments
 (0)