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

chore(composer): Update doctrine code standards to 12.x #1503

Merged

Conversation

scyzoryck
Copy link
Collaborator

@scyzoryck scyzoryck commented Jul 29, 2023

Q A
Bug fix? no
New feature? no
Doc updated no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT

Let's go one more step in compare to: #1305
Newest version is 12, but with 10 it started to require one line comments :) Do we also want to go that way?

@scyzoryck scyzoryck changed the title chore(composer): Update doctrine code standards to 9.x chore(composer): Update doctrine code standards to 12.x Jul 30, 2023
@scyzoryck
Copy link
Collaborator Author

Merging to unblock @mbabker work :)

@scyzoryck scyzoryck merged commit e3df300 into schmittjoh:master Aug 3, 2023
21 checks passed
@scyzoryck
Copy link
Collaborator Author

I will take a look at the failing master pipeline later today & provide the fixes. :(

@mbabker
Copy link
Contributor

mbabker commented Aug 3, 2023

The one fail is related to the ORM 2.16 release, doctrine/orm#10864 if you're interested in why it's seemingly a bigger issue for other projects (here it just messes up the JSON string comparison).

The errors are because in rebasing #1494 I managed to change a FQCN reference for the annotation to a short name without a use statement, oops.

@mbabker mbabker mentioned this pull request Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants