-
-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Description
Version: v4.2.0
Bug Description
I found that src/PhpGenerator/Extractor.php
uses PhpParser\Modifiers
instead of Node\Stmt\Class_
.
But I don't find PhpParser\Modifiers
in the repository.
So, after running, I got an error:
Error: Class "PhpParser\Modifiers" not found
Steps To Reproduce
Run Nette\PhpGenerator\ClassType::fromCode
Expected Behavior
Everything works fine :)
Possible Solution
Maybe this file has just been forgotten and needs to be added to the repository :)
Metadata
Metadata
Assignees
Labels
No labels