mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Update PHPStan (#11976)
* Update PHPStan * Update inline ignores to `@phpstan-ignore` with error identifier
This commit is contained in:
parent
d4b071bd1e
commit
5bb30ca170
29 changed files with 84 additions and 85 deletions
|
@ -35,7 +35,7 @@ class EventTest extends TestCase
|
|||
|
||||
$scriptEvent->setOriginatingEvent($originatingEvent);
|
||||
|
||||
// @phpstan-ignore-next-line
|
||||
// @phpstan-ignore staticMethod.dynamicCall
|
||||
$this->assertSame(
|
||||
$originatingEvent,
|
||||
$scriptEvent->getOriginatingEvent(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue