-
Notifications
You must be signed in to change notification settings - Fork 10
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
refactor(php): Using native PHP8.0 attributes #813
Open
zak39
wants to merge
9
commits into
main
Choose a base branch
from
refactor/use-attributes-php8
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
zak39
added
forStable27
It's a PR/Issue for stable27 only
and removed
draft
Don't accept the PR
labels
May 12, 2023
I confirm, this PR it's for stable27 only. We don't accept it for the moment... |
You can review my PR after the rebase this branch. |
zak39
force-pushed
the
refactor/use-attributes-php8
branch
from
May 26, 2023 09:01
8e12a8e
to
c0bffe3
Compare
zak39
force-pushed
the
refactor/use-attributes-php8
branch
from
June 30, 2023 14:48
22bc802
to
f9025d3
Compare
zak39
force-pushed
the
refactor/use-attributes-php8
branch
from
July 13, 2023 09:26
f9025d3
to
980c997
Compare
zak39
force-pushed
the
refactor/use-attributes-php8
branch
from
March 4, 2024 15:11
980c997
to
bb719fc
Compare
zak39
force-pushed
the
refactor/use-attributes-php8
branch
from
March 27, 2024 17:35
bb719fc
to
121249c
Compare
zak39
force-pushed
the
refactor/use-attributes-php8
branch
from
July 10, 2024 14:18
121249c
to
9219507
Compare
It works with native PHP8.0 and for NC27 only. For the moment at least... link: https://help.nextcloud.com/t/how-should-we-use-php8-attributes/104278 Signed-off-by: Baptiste Fotia <[email protected]>
Signed-off-by: Baptiste Fotia <[email protected]>
Signed-off-by: Baptiste Fotia <[email protected]>
…oller file Signed-off-by: Baptiste Fotia <[email protected]>
Signed-off-by: Baptiste Fotia <[email protected]>
zak39
force-pushed
the
refactor/use-attributes-php8
branch
from
August 20, 2024 15:46
6683243
to
7a51e4c
Compare
…ware I added an extra parameter to register the IsGeneralManager Middleware.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
It works with native PHP8.0 and for NC27 only.
For the moment at least...
I would like to check if it works on the NC26.
@acdmft , please, don't accept this PR for the moment 🙏
link: https://help.nextcloud.com/t/how-should-we-use-php8-attributes/104278