Closed yuyaprgrm closed 1 year ago
I got error message below:
[14:44:55] Error parsing /home/yuyaprgrm/dev/SamplePlugin/src/helloworld/SampleEnum.php: Trailing non-whitespace bytes T_ENUM
I found PhpFile does not process enums at all, so I added support for enums.
have you tested this PR?
I just added tests for php8.1 and run it on php 8.0, 8.1, 8.2. and I found I had completely broken dependencies for php 8.0 🤔
Please fix the code style
I got error message below:
I found PhpFile does not process enums at all, so I added support for enums.