We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c1a46 commit 5eb278eCopy full SHA for 5eb278e
src/EntityGenerator/Util/UseStatementManipulator.php
@@ -236,10 +236,7 @@ protected function isInSameNamespace(string $class): bool
236
return $currentNamespace->toCodeString() === $namespace;
237
}
238
239
- /**
240
- * @return Node\Stmt\Use_
241
- */
242
- private function createBlankLineNode(): Node
+ private function createBlankLineNode(): Node\Stmt\Use_
243
{
244
return (new Builder\Use_('__EXTRA__LINE', Node\Stmt\Use_::TYPE_NORMAL))
245
->getNode()
0 commit comments