File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed
Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11/tests export-ignore
22/.gitattributes export-ignore
33/.gitignore export-ignore
4+ /psalm.xml export-ignore
45
56* .php diff =php
Original file line number Diff line number Diff line change 3636 "require-dev" : {
3737 "phpunit/phpunit" : " ^8" ,
3838 "mockery/mockery" : " ^1.3" ,
39- "symfony/yaml" : " ^5.2"
39+ "symfony/yaml" : " ^5.2" ,
40+ "vimeo/psalm" : " ^4.4"
4041 }
4142}
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <psalm
3+ errorLevel =" 4"
4+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5+ xmlns =" https://getpsalm.org/schema/config"
6+ xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
7+ >
8+ <projectFiles >
9+ <directory name =" src" />
10+ <ignoreFiles >
11+ <directory name =" vendor" />
12+ </ignoreFiles >
13+ </projectFiles >
14+ <issueHandlers >
15+ <InternalClass errorLevel =" suppress" />
16+ <InternalMethod errorLevel =" suppress" />
17+ </issueHandlers >
18+ </psalm >
You can’t perform that action at this time.
0 commit comments