-
- Notifications
You must be signed in to change notification settings - Fork 147
Closed
Description
When I'm trying to use
Nette\PhpGenerator\PhpFile::fromCode
it loses promoted property of constructor parameters for some reason (e.g __constructor(public ?string $name) {} becomes __constructor(?string $name) {}
I also cannot turn off autoresolving while using this method, so my types use full import:
Request $request becomes Illuminate\Http\Request $request
Metadata
Metadata
Assignees
Labels
No labels