File tree Expand file tree Collapse file tree 6 files changed +27
-57
lines changed Expand file tree Collapse file tree 6 files changed +27
-57
lines changed Original file line number Diff line number Diff line change 32
32
run : " php7.3 ./tools/composer update --no-ansi --no-interaction --no-progress"
33
33
34
34
- name : " Run vimeo/psalm"
35
- run : " php7.3 ./tools/psalm --config=psalm.xml --no-progress --shepherd --show-info=false --stats"
35
+ run : " php7.3 ./tools/psalm --config=. psalm/config .xml --no-progress --shepherd --show-info=false --stats"
36
36
37
37
backward-compatibility :
38
38
name : Backward Compatibility
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phive xmlns =" https://phar.io/phive" >
3
3
<phar name =" php-cs-fixer" version =" ^2.16" installed =" 2.16.4" location =" ./tools/php-cs-fixer" copy =" true" />
4
- <phar name =" psalm" version =" ^3.8 " installed =" 3.18.2 " location =" ./tools/psalm" copy =" true" />
4
+ <phar name =" psalm" version =" ^4.0 " installed =" 4.0.1 " location =" ./tools/psalm" copy =" true" />
5
5
<phar name =" roave/backwardcompatibilitycheck" version =" ^5.0.0" installed =" 5.0.0" location =" ./tools/roave-backward-compatibility-check" copy =" true" />
6
6
</phive >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <files psalm-version =" 4.0.1@b1e2e30026936ef8d5bf6a354d1c3959b6231f44" >
3
+ <file src =" src/Enumerator.php" >
4
+ <DocblockTypeContradiction occurrences =" 2" >
5
+ <code >!is_array($variable) && !is_object($variable)</code >
6
+ <code >is_object($variable)</code >
7
+ </DocblockTypeContradiction >
8
+ </file >
9
+ </files >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <psalm
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xmlns =" https://getpsalm.org/schema/config"
5
+ xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
6
+ resolveFromConfigFile =" false"
7
+ totallyTyped =" false"
8
+ errorBaseline =" .psalm/baseline.xml"
9
+ >
10
+ <projectFiles >
11
+ <directory name =" src" />
12
+ <ignoreFiles >
13
+ <directory name =" vendor" />
14
+ </ignoreFiles >
15
+ </projectFiles >
16
+ </psalm >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments