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

Update Slevomat Coding Standard to 6.3.10 #4120

Merged
merged 1 commit into from Jun 27, 2020

Conversation

morozov
Copy link
Member

@morozov morozov commented Jun 27, 2020

Q A
Type improvement
BC Break no

The update fixes slevomat/coding-standard#1038. In 2.11.x, it will allow removing:

dbal/phpcs.xml.dist

Lines 108 to 111 in 4b445ae

<!-- See https://github.com/slevomat/coding-standard/issues/1038 -->
<rule ref="SlevomatCodingStandard.Namespaces.UnusedUses">
<exclude-pattern>tests/Doctrine/Tests/DBAL/Functional/Driver/IBMDB2/StatementTest.php</exclude-pattern>
</rule>

@morozov morozov merged commit 422f23a into doctrine:2.10.x Jun 27, 2020
@morozov morozov deleted the update-coding-standard branch June 27, 2020 14:30
@morozov morozov self-assigned this Jun 27, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SlevomatCodingStandard.Namespaces.UnusedUses mistakenly reports E_ALL
2 participants