-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-empty classes are reported to require PHP 5.0.0 #129
Comments
@cmb69 I've asked a question on nikic/PHP-Parser project because I can't do nothing in current state. |
@cmb69 I will close this issue when the php-reflect implementation of PHP-Parser solution (distinc public visibility) will be available |
llaville
added a commit
that referenced
this issue
Oct 6, 2014
If you want to use the fix, don't forget to update your composer.json file and replace "bartlett/php-reflect": "~2.4" by "bartlett/php-reflect": "dev-master" |
llaville
added a commit
that referenced
this issue
Jan 6, 2015
llaville
added a commit
that referenced
this issue
Jan 6, 2015
llaville
added a commit
that referenced
this issue
Aug 24, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apparently, all non-empty classes are reported to require at least PHP 5.0.0. For instance, I have the following file:
Using the minimalist phpcompatinfo.json:
I get the same results with phpcompatinfo-3.3.0.phar, and also when I replace the bar() method with var $bar. When the class is empty, PHP 4.0.0 is correctly reported.
The text was updated successfully, but these errors were encountered: