-
Notifications
You must be signed in to change notification settings - Fork 704
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
mastercontainer: update to php8.4 #5970
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Simon L. <[email protected]>
9e56ee6
to
7d5a35e
Compare
Signed-off-by: Simon L. <[email protected]>
fd1ef62
to
c028e91
Compare
Signed-off-by: GitHub <[email protected]> Signed-off-by: Simon L. <[email protected]>
c028e91
to
ee0e2ac
Compare
@docjyJ please review if possible :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look rapidly LGTM
return $communityContainersDirectory; | ||
} | ||
|
||
return $newCommunityContainersDirectory; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same code three time, could use a common method
private static function GetDirectoryWithBackUp(string $path, string $relativeBackupPath): string
|
Signed-off-by: Simon L. <[email protected]>
Signed-off-by: Simon L. <[email protected]>
f9a0f5c
to
92d6749
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The errors remaining in baseline are false-positives?
Close #5699
The baseline was updated and will be decrease to 0 again in #5974