File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phive xmlns =" https://phar.io/phive" >
3- <phar name =" phpstan" version =" 1.10.14 " installed =" 1.10.14 " location =" ./tools/phpstan" copy =" false" />
4- <phar name =" psalm" version =" 5.10 .0" installed =" 5.10 .0" location =" ./tools/psalm" copy =" false" />
5- </phive >
3+ <phar name =" phpstan" version =" 1.10.56 " installed =" 1.10.56 " location =" ./tools/phpstan" copy =" false" />
4+ <phar name =" psalm" version =" 5.20 .0" installed =" 5.20 .0" location =" ./tools/psalm" copy =" false" />
5+ </phive >
Original file line number Diff line number Diff line change 5353 ],
5454 "stan-tests" : " phpstan.phar analyze -c tests/phpstan.neon" ,
5555 "stan-baseline" : " phpstan.phar --generate-baseline" ,
56+ "psalm-baseline" : " tools/psalm --set-baseline=psalm-baseline.xml" ,
5657 "stan-setup" : " phive install" ,
5758 "test" : " phpunit"
5859 }
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <files psalm-version =" 4.x-dev@ " >
2+ <files psalm-version =" 5.20.0@3f284e96c9d9be6fe6b15c79416e1d1903dcfef4 " >
33 <file src =" src/Plugin.php" >
4- <InvalidArgument occurrences =" 1" >
5- <code >$pathMap</code >
6- </InvalidArgument >
4+ <RiskyTruthyFalsyComparison >
5+ <code >!$primaryNs</code >
6+ <code >$root</code >
7+ </RiskyTruthyFalsyComparison >
78 </file >
89</files >
Original file line number Diff line number Diff line change 88 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
99 xmlns =" https://getpsalm.org/schema/config"
1010 xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
11+ errorBaseline =" psalm-baseline.xml"
1112>
1213 <projectFiles >
1314 <directory name =" src" />
You can’t perform that action at this time.
0 commit comments