We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97644e9 commit b54c070Copy full SHA for b54c070
src/EntityGenerator/EntityGenerator.php
@@ -159,7 +159,7 @@ protected function getFileParts(\ReflectionClass $reflectionClass): array
159
throw new TagNotFoundException(\sprintf('Class "%s": Start tag or end tag is not found', $reflectionClass->getName()));
160
}
161
/** @var FileParts $fileParts */
162
- $fileParts = $fileParts;
+ $fileParts = $fileParts; // @phpstan-ignore-line
163
164
return $fileParts;
165
0 commit comments