Skip to content

Commit d71011e

Browse files
committed
Minor phpdoc change.
1 parent 2a9104c commit d71011e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Importer/NikicPhpParserImporter.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ public function import($data): NodeInterface
4242
/**
4343
* @param \PhpParser\Node $astNode
4444
*
45-
* @return \loophp\phptree\Node\NodeInterface
4645
* @throws \Exception
46+
*
47+
* @return \loophp\phptree\Node\NodeInterface
4748
*/
4849
private function createNewNode(Node $astNode): NodeInterface
4950
{

0 commit comments

Comments
 (0)