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

Migrate to Doctrine CS 10.0 #9866

Closed
wants to merge 1 commit into from

Conversation

derrabus
Copy link
Member

I've opened this draft PR to monitor how Doctrine CS 10.0 at its current state would affect our codebase.

The biggest change that we can see currently is that a lot more multi-line doc blocks are collapsed to a single line.

cc @simPod @greg0ire

@derrabus
Copy link
Member Author

Apparently, PHPUnit 7 does not understand those collapsed doc blocks. The failing tests that we see on the PHP 7.1 run are annotated with

/** @requires PHP 8.1 */

@derrabus
Copy link
Member Author

I've reverted the single-line annotations on the PHPUnit tests and configured the exclusion rules for the corresponding sniff accordingly.

@derrabus
Copy link
Member Author

Replaced by #10009

@derrabus derrabus closed this Aug 29, 2022
@derrabus derrabus deleted the bump/doctrine-cs branch August 29, 2022 20:26
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.

1 participant