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

Fix phpdoc comments #1

Merged
merged 2 commits into from
Nov 23, 2015
Merged

Fix phpdoc comments #1

merged 2 commits into from
Nov 23, 2015

Conversation

mrrsm
Copy link
Contributor

@mrrsm mrrsm commented Nov 23, 2015

Such as not accepting int and bool types and requiring some tags be present which don't need to be.
Just modified the Squiz sniffs.
Also, cleaned up the ruleset as all Barracuda sniffs are added by default.

ronytomen added a commit that referenced this pull request Nov 23, 2015
@ronytomen ronytomen merged commit 8ad76ca into barracudanetworks:master Nov 23, 2015
}
}

$suggestedType = implode('|', $suggestedNames);
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe I'm reading this incorrectly, but it looks like this paired with the additions to $suggestedNames above would cause a typical @return int to be forced to @return int|integer which I don't think was the desired goal.

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.

3 participants