Skip to content
Snippets Groups Projects
Commit a27e70b7 authored by Andrei Ivnitskii's avatar Andrei Ivnitskii
Browse files

Issue #3507729 by ivnish: Ignore Call to an undefined method Prophecy\Prophecy\ObjectProphecy

parent 453556dd
Branches
Tags
1 merge request!120Issue #3507729 by ivnish: Ignore Call to an undefined method Prophecy\Prophecy\ObjectProphecy
Pipeline #428561 passed with warnings
# Configuration file for PHPStan static code checking, see https://phpstan.org.
includes:
- phar://phpstan.phar/conf/bleedingEdge.neon
parameters:
level: 2
paths:
- .
ignoreErrors:
# new static() is a best practice in Drupal, so we cannot fix that.
- "#^Unsafe usage of new static#"
# ObjectProphecy objects are doubles for other classes.
- "#^Call to an undefined method Prophecy\\\\Prophecy\\\\ObjectProphecy::#"
- "#^Call to an undefined method Prophecy#"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment