Skip to content
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

Do not use isset for checking the class constant #1164

Merged
merged 1 commit into from
Sep 17, 2020
Merged

Conversation

juliushaertl
Copy link
Member

@juliushaertl juliushaertl commented Sep 17, 2020

Should fix CI failures on PHP7.0 while isset(AppConfig::APP_SETTING_TYPES[$fullKey]) should be fully supported by PHP7.0, nikic/PHP-Parser fails on it for some reason, but only on PHP 7.0

Signed-off-by: Julius Härtl <jus@bitgrid.net>
@juliushaertl juliushaertl added 3. to review Ready to be reviewed bug Something isn't working labels Sep 17, 2020
@juliushaertl juliushaertl merged commit 0088334 into master Sep 17, 2020
@juliushaertl juliushaertl deleted the bugfix/noid/ci branch September 17, 2020 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Ready to be reviewed bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants