File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,4 +172,4 @@ jobs:
172172 composer install --no-progress --prefer-dist --optimize-autoloader
173173
174174 - name : Psalm
175- run : psalm --output-format=github
175+ run : vendor/bin/ psalm.phar --output-format=github
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ phpstan:
2424
2525.PHONY : psalm
2626psalm :
27- docker run -it --rm -v${CURDIR} :/data -w /data php:7.3 ./tools /psalm
27+ docker run -it --rm -v${CURDIR} :/data -w /data php:7.3 vendor/bin /psalm.phar
2828
2929.PHONY : test
3030test :
Original file line number Diff line number Diff line change 2828 "phpunit/phpunit" : " ^8.2 || ^9.2" ,
2929 "mockery/mockery" : " ^1.2" ,
3030 "phpstan/phpstan" : " ^0.12" ,
31- "ext-simplexml" : " *"
31+ "ext-simplexml" : " *" ,
32+ "psalm/phar" : " ^4.15"
3233 },
3334 "extra" : {
3435 "branch-alias" : {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1717 <LessSpecificReturnType errorLevel =" info" />
1818
1919 <MissingDependency errorLevel =" info" />
20+ <MixedArgumentTypeCoercion >
21+ <errorLevel type =" suppress" >
22+ <file name =" src/phpDocumentor/GraphViz/Graph.php" />
23+ </errorLevel >
24+ </MixedArgumentTypeCoercion >
2025 </issueHandlers >
2126</psalm >
You can’t perform that action at this time.
0 commit comments