File tree Expand file tree Collapse file tree 6 files changed +72
-1306
lines changed
Expand file tree Collapse file tree 6 files changed +72
-1306
lines changed Original file line number Diff line number Diff line change 4949
5050 static-analysis :
5151 name : " Static analysis"
52- uses : " phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.6 "
52+ uses : " phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.8 "
5353 with :
5454 php-version : " 8.2"
5555 composer-root-version : " 1.x-dev"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ fix-code-style: add-license
1313 $(PHP_BIN ) vendor/bin/phpcbf
1414
1515.PHONY : static-code-analysis
16- static-code-analysis : vendor phpstan psalm test-architecture # # Runs a static code analysis with phpstan/phpstan and vimeo/psalm
16+ static-code-analysis : vendor phpstan test-architecture # # Runs a static code analysis with phpstan/phpstan and vimeo/psalm
1717
1818.PHONY : phpstan-baseline
1919phpstan-baseline :
@@ -23,10 +23,6 @@ phpstan-baseline:
2323phpstan :
2424 $(PHP_BIN ) -d memory_limit=1024M vendor/bin/phpstan --configuration=phpstan.neon
2525
26- .PHONY : psalm
27- psalm :
28- $(PHP_BIN ) vendor/bin/psalm --update-baseline
29-
3026.PHONY : test
3127test : test-unit test-functional test-integration test-xml test-docs# # Runs all test suites with phpunit/phpunit
3228
Original file line number Diff line number Diff line change 6363 "phpstan/phpstan-strict-rules" : " ^1.5" ,
6464 "phpstan/phpstan-webmozart-assert" : " ^1.2" ,
6565 "phpunit/phpunit" : " ^10.5" ,
66- "psalm/plugin-phpunit" : " ^0.18.4" ,
6766 "qossmic/deptrac-shim" : " ^1.0.2" ,
6867 "rector/rector" : " ^1.0.1" ,
6968 "squizlabs/php_codesniffer" : " ^3.9" ,
7069 "symfony/finder" : " ^6.4.0 || ^7.0" ,
71- "symplify/phpstan-rules" : " ^12.4" ,
72- "vimeo/psalm" : " ^5.22"
70+ "symplify/phpstan-rules" : " ^12.4"
7371 },
7472 "suggest" : {
7573 "league/csv:" : " To use the CSV tables"
You can’t perform that action at this time.
0 commit comments