-
Notifications
You must be signed in to change notification settings - Fork 4
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
Adding PHPStan #193
Adding PHPStan #193
Conversation
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.
🗡️
.github/workflows/coding-quality.yml
Outdated
- cron: '0 0 * * *' | ||
|
||
jobs: | ||
coding-quality: |
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.
coding-quality: | |
code-quality: |
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.
Something I forgot to update in the original repo.
composer.json
Outdated
@@ -21,7 +21,8 @@ | |||
"require-dev": { | |||
"alleyinteractive/alley-coding-standards": "^1.0", | |||
"mantle-framework/testkit": "^0.10", | |||
"nunomaduro/collision": "^5.0" | |||
"nunomaduro/collision": "^5.0", |
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.
Is this required? Since @mantle-framework/testkit
already bundles it...
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.
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.
Removed!
Adds PHPStan set to the maximum level to help with code debugging.
Also fixes #135