mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 06:44:04 +00:00
[4.x] [WIP] Add phpstan to CI (#928)
* add phpstan * resolve phpstan issue from CI Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
This commit is contained in:
parent
942d79cbd7
commit
99dd862b20
3 changed files with 15 additions and 2 deletions
|
|
@ -63,7 +63,8 @@
|
|||
"docker-rebuild": "PHP_VERSION=8.1 docker-compose up -d --no-deps --build",
|
||||
"docker-m1": "ln -s docker-compose-m1.override.yml docker-compose.override.yml",
|
||||
"coverage": "open coverage/phpunit/html/index.html",
|
||||
"phpstan": "vendor/bin/phpstan --pro",
|
||||
"phpstan": "vendor/bin/phpstan",
|
||||
"phpstan-pro": "vendor/bin/phpstan --pro",
|
||||
"cs": "php-cs-fixer fix --config=.php-cs-fixer.php",
|
||||
"test": "PHP_VERSION=8.1 ./test --no-coverage",
|
||||
"test-full": "PHP_VERSION=8.1 ./test"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue