-
Notifications
You must be signed in to change notification settings - Fork 61
Add phpcs and phpstan #36
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
Conversation
phpcs.xml.dist
Outdated
<file>./test/unit</file> | ||
|
||
<rule ref="Doctrine"> | ||
<exclude name="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be kept
phpcs.xml.dist
Outdated
|
||
<rule ref="Doctrine"> | ||
<exclude name="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming"/> | ||
<exclude name="SlevomatCodingStandard.Classes.SuperfluousInterfaceNaming"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be kept
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 🚢 🚅 🚀 💯
40f3eaf
to
0436da3
Compare
Fixes #18