We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed in several places where array_key_last() is used, which is available since PHP 7.3.
array_key_last()
icinga-notifications-web/application/forms/EscalationRecipientForm.php
Line 227 in e6b64c5
icinga-notifications-web/application/forms/EscalationConditionForm.php
Line 260 in e6b64c5
icinga-notifications-web/library/Notifications/Widget/EventRuleConfig.php
Line 86 in e6b64c5
The text was updated successfully, but these errors were encountered:
Or we consider changing the minimum requirement. To my knowledge, no distribution we support still uses PHP 7.2
Sorry, something went wrong.
* https://git.icinga.com/packages/icingaweb/-/jobs/534638
Well, seems we have to support 7.2 still.
php72
@lippserd FWIW:
sukhwinder33445
Successfully merging a pull request may close this issue.
I noticed in several places where
array_key_last()
is used, which is available since PHP 7.3.icinga-notifications-web/application/forms/EscalationRecipientForm.php
Line 227 in e6b64c5
icinga-notifications-web/application/forms/EscalationConditionForm.php
Line 260 in e6b64c5
icinga-notifications-web/library/Notifications/Widget/EventRuleConfig.php
Line 86 in e6b64c5
The text was updated successfully, but these errors were encountered: