Skip to content

Commit 5eb278e

Browse files
committed
Fix UseStatementManipulator::createBlankLineNode return type
1 parent 31c1a46 commit 5eb278e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/EntityGenerator/Util/UseStatementManipulator.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,7 @@ protected function isInSameNamespace(string $class): bool
236236
return $currentNamespace->toCodeString() === $namespace;
237237
}
238238

239-
/**
240-
* @return Node\Stmt\Use_
241-
*/
242-
private function createBlankLineNode(): Node
239+
private function createBlankLineNode(): Node\Stmt\Use_
243240
{
244241
return (new Builder\Use_('__EXTRA__LINE', Node\Stmt\Use_::TYPE_NORMAL))
245242
->getNode()

0 commit comments

Comments
 (0)