Adam Auskerin
Results
2
issues of
Adam Auskerin
**Describe the bug** The `@var` PHPDoc tag doesn't work (i.e. it doesn't appear to be parsed/understood by intelephense) on promoted properties. **To Reproduce** This doesn't work: ```php class Foo {...
phpdoc
**Describe the bug** If an enum implements an interface, it is not included in the list of implementations for that interface like classes are. This only applies to the enum...
bug