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

DX: automate checking 7.0 types on project itself #5839

Merged
merged 1 commit into from
Aug 4, 2021

Conversation

keradus
Copy link
Member

@keradus keradus commented Aug 3, 2021

No description provided.

$config = require '.php-cs-fixer.dist.php';

$config->getFinder()->notPath([
// @TODO 4.0 change interface to be fully typehinted and remove the exceptions from this list
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

basically i let to change internal/private code, and any changes to public non-internal code I added here as exceptions

@coveralls
Copy link

coveralls commented Aug 3, 2021

Coverage Status

Coverage remained the same at 92.196% when pulling bd8ec6a on keradus:3.0_types into 26e17c4 on FriendsOfPHP:3.0.

@keradus keradus force-pushed the 3.0_types branch 2 times, most recently from fec138c to eeba1c9 Compare August 4, 2021 08:17
@keradus keradus merged commit 6960c30 into PHP-CS-Fixer:3.0 Aug 4, 2021
@keradus keradus deleted the 3.0_types branch August 4, 2021 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants