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

Do not warn on missing phpdocs #18

Closed
wants to merge 1 commit into from
Closed

Conversation

peterjaap
Copy link

I mean, it's 2021. We have type hints, typed properties, return type declarations and everything. Nobody needs docblocks.

This closes #17

I mean, it's 2021. We have type hints, typed properties, return type declarations and everything. Nobody needs docblocks.
Copy link

@ArjenMiedema ArjenMiedema left a comment

Choose a reason for hiding this comment

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

@peterjaap I think you added these excludes to the phpcs.xml of this specific project. You should move it into the ruleset in src/MediaCTCommon/ruleset.xml

@leonhelmus
Copy link
Contributor

I think it's oke to leave those out.

@ArjenMiedema
Copy link

ArjenMiedema commented Oct 15, 2021

@igorwulff @leonhelmus the change in this PR is not going to be used in projects that include this repo. This is a change in the project's own phpcs.xml file.

Give me a couple of hours to have the fix in the correct place.

@ArjenMiedema
Copy link

@igorwulff @leonhelmus the actual change can be found here: #19. This PR can be closed.

@leonhelmus leonhelmus closed this Oct 15, 2021
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.

Remove redundant phpdocs for methods and variables
4 participants