Skip to content

Commit b54c070

Browse files
committed
Fix PhpStan
1 parent 97644e9 commit b54c070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EntityGenerator/EntityGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ protected function getFileParts(\ReflectionClass $reflectionClass): array
159159
throw new TagNotFoundException(\sprintf('Class "%s": Start tag or end tag is not found', $reflectionClass->getName()));
160160
}
161161
/** @var FileParts $fileParts */
162-
$fileParts = $fileParts;
162+
$fileParts = $fileParts; // @phpstan-ignore-line
163163

164164
return $fileParts;
165165
}

0 commit comments

Comments
 (0)