Modernize the code#403
Open
jrauh01 wants to merge 26 commits into
Open
Conversation
2bf4959 to
25c7cb4
Compare
34029a8 to
3af0375
Compare
sukhwinder33445
requested changes
Nov 19, 2025
Contributor
sukhwinder33445
left a comment
There was a problem hiding this comment.
I have looked through the files up to MoveRotationForm.php.
3af0375 to
3723f76
Compare
0094a30 to
c043776
Compare
sukhwinder33445
requested changes
Nov 25, 2025
1fa2990 to
5820718
Compare
5820718 to
3cfc457
Compare
Contributor
Author
|
The last force push did not change anything, but only moved a change from one commit into another. |
nilmerg
previously requested changes
Nov 28, 2025
3cfc457 to
33260df
Compare
Merged
They are no longer used anywhere
d68a217 to
65fe9c0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As we now use php 8.2 as minimal version, the following modernizations have been added to the code:
str_contains(),str_starts_with()andstr_ends_with())Additionally the import blocks have been sorted, indentation has been fixed, and some smaller adjustments.
resolve #378
require Icinga/ipl-web/pull/342