mirror of
https://github.com/opdavies/glassboxx-sdk-php.git
synced 2025-02-17 22:50:48 +00:00
Add Psalm for static analysis
This commit is contained in:
parent
73160563b3
commit
ce05172932
4 changed files with 23 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -1,5 +1,8 @@
|
|||
.PHONY: *
|
||||
|
||||
static-code-analysis:
|
||||
php vendor/bin/psalm --show-info=true
|
||||
|
||||
phpcs:
|
||||
php vendor/bin/phpcs --standard=PSR2 src tests
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue