File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4
4
<phar name =" php-cs-fixer" version =" ^2.16" installed =" 2.18.2" location =" ./tools/php-cs-fixer" copy =" true" />
5
5
<phar name =" phpdox" version =" ^0.12" installed =" 0.12.0" location =" ./tools/phpdox" copy =" true" />
6
6
<phar name =" phploc" version =" ^4.0" installed =" 4.0.1" location =" ./tools/phploc" copy =" true" />
7
- <phar name =" psalm" version =" ^4.0" installed =" 4.6.1 " location =" ./tools/psalm" copy =" true" />
7
+ <phar name =" psalm" version =" ^4.0" installed =" 4.6.2 " location =" ./tools/psalm" copy =" true" />
8
8
<phar name =" humbug/php-scoper" version =" ^0.13.9" installed =" 0.14.0" location =" ./tools/php-scoper" copy =" true" />
9
9
<phar name =" roave/backwardcompatibilitycheck" version =" ^5.0.0" installed =" 5.0.0" location =" ./tools/roave-backward-compatibility-check" copy =" true" />
10
- <phar name =" composer" version =" ^2.0.3" installed =" 2.0.10 " location =" ./tools/composer" copy =" true" />
10
+ <phar name =" composer" version =" ^2.0.3" installed =" 2.0.11 " location =" ./tools/composer" copy =" true" />
11
11
</phive >
Original file line number Diff line number Diff line change 148
148
<code >static::assertThat($haystack, $constraint, $message)</code >
149
149
<code >static::assertThat($haystack, $constraint, $message)</code >
150
150
</MissingThrowsDocblock >
151
+ <PossiblyInvalidArgument occurrences =" 2" >
152
+ <code >$expected</code >
153
+ <code >$expected</code >
154
+ </PossiblyInvalidArgument >
151
155
<RedundantCondition occurrences =" 1" >
152
156
<code >assert($step['object'] instanceof TestCase)</code >
153
157
</RedundantCondition >
You can’t perform that action at this time.
0 commit comments