-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
GlobalStorageService.php incompatible with PHP 5.4 #15463
Comments
… that explains why I am not able to execute the unit tests on my machine 🙈 … |
Preparing a PR… |
scrutinizer might catch this? |
Not sure if Scrutinizer can do that. Anyways, I'm letting IntelliJ Idea running a complete inspection of our code and will check if we have other incompatible constructs as well. :( |
we have this on jenkins as well:
|
Arbitrary expressions in empty are allowed in PHP 5.5 ands upwards. Seems to only affect master. Fixed #15463
Meanwhile the full inspection finished. It found 7 language level incompatibilities for 5.4, patch is at #15469 |
@PVince81 IDE helps 🙈
@DeepDiver1975 Can we please get some static code checking for such stuff?
The text was updated successfully, but these errors were encountered: