Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coder-3433266
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
coder-3433266
Commits
e53e75b4
Unverified
Commit
e53e75b4
authored
5 years ago
by
Mitch Portier
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
docs(README): Add PHPStan command (
#3118572
by Arkener)
parent
f3ddc650
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-1
5 additions, 1 deletion
README.md
with
5 additions
and
1 deletion
README.md
+
5
−
1
View file @
e53e75b4
...
@@ -129,7 +129,7 @@ Editors:
...
@@ -129,7 +129,7 @@ Editors:
-
[
Visual Studio Code (VSCode)
](
https://www.drupal.org/node/1419996
)
-
[
Visual Studio Code (VSCode)
](
https://www.drupal.org/node/1419996
)
## Automated Testing (PHPUnit + PHPCS)
## Automated Testing (PHPUnit + PHPCS
+ PHPStan
)
Coder Sniffer comes with a PHPUnit test suite to make sure the sniffs work correctly.
Coder Sniffer comes with a PHPUnit test suite to make sure the sniffs work correctly.
Use Composer to install the dependencies:
Use Composer to install the dependencies:
...
@@ -144,6 +144,10 @@ Then execute the coding standards checker on Coder itself:
...
@@ -144,6 +144,10 @@ Then execute the coding standards checker on Coder itself:
./vendor/bin/phpcs
./vendor/bin/phpcs
Then execute static analysis:
./vendor/bin/phpstan analyse
## Contributing
## Contributing
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment