Skip to content

Commit

Permalink
Fixed broken phpstan tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mahagr committed Jun 13, 2022
1 parent f570cea commit f315412
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/phpstan/phpstan.neon
Expand Up @@ -156,11 +156,15 @@ parameters:
- '#Call to deprecated method stopPropagation\(\) of class Symfony\\Component\\EventDispatcher\\Event#'
- '#Parameter \#2 \$listener of method Symfony\\Component\\EventDispatcher\\EventDispatcher::addListener\(\)#'
- '#Parameter \#2 \$listener of method Symfony\\Component\\EventDispatcher\\EventDispatcher::removeListener\(\)#'
- '#Class Grav\\Common\\GPM\\Response not found#'

# Installer updates
-
message: '#Variable \$this in PHPDoc tag @var does not exist#'
path: '*/system/src/Grav/Installer/updates/*'
-
message: '#YamlUpdater::isInlineComment\(\) is unused#'
path: '*/system/src/Grav/Installer/YamlUpdater.php'

# Twig Deferred extension compatibility
-
Expand Down

0 comments on commit f315412

Please sign in to comment.