File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 2727 "require-dev" : {
2828 "httpsoft/http-message" : " ^1.0" ,
2929 "phpunit/phpunit" : " ^9.3" ,
30- "squizlabs/php_codesniffer" : " ^3.5"
30+ "squizlabs/php_codesniffer" : " ^3.5" ,
31+ "vimeo/psalm" : " ^3.14"
3132 },
3233 "autoload" : {
3334 "psr-4" : {
4142 },
4243 "scripts" : {
4344 "test" : " phpunit --colors=always" ,
45+ "static" : " psalm" ,
4446 "cs-check" : " phpcs" ,
4547 "cs-fix" : " phpcbf" ,
4648 "check" : [
4749 " @cs-check" ,
50+ " @static" ,
4851 " @test"
4952 ]
5053 }
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <psalm
3+ totallyTyped =" true"
4+ resolveFromConfigFile =" true"
5+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
6+ xmlns =" https://getpsalm.org/schema/config"
7+ xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
8+ >
9+ <projectFiles >
10+ <directory name =" src" />
11+ <ignoreFiles >
12+ <directory name =" vendor" />
13+ </ignoreFiles >
14+ </projectFiles >
15+ </psalm >
You can’t perform that action at this time.
0 commit comments