-
Notifications
You must be signed in to change notification settings - Fork 25
/
phpstan.php80.neon
11 lines (10 loc) · 1.6 KB
/
phpstan.php80.neon
1
2
3
4
5
6
7
8
9
10
11
includes:
- phpstan.neon
parameters:
ignoreErrors:
- '#^PHPDoc type for property Pentatrion\\ViteBundle\\Service\\EntrypointsLookupCollection\:\:\$entrypointsLookupLocator contains generic type Symfony\\Component\\DependencyInjection\\ServiceLocator\<Pentatrion\\ViteBundle\\Service\\EntrypointsLookup\> but class Symfony\\Component\\DependencyInjection\\ServiceLocator is not generic\.$#'
- '#^PHPDoc tag @param for parameter \$entrypointsLookupLocator contains generic type Symfony\\Component\\DependencyInjection\\ServiceLocator\<Pentatrion\\ViteBundle\\Service\\EntrypointsLookup\> but class Symfony\\Component\\DependencyInjection\\ServiceLocator is not generic\.$#'
- '#^PHPDoc type for property Pentatrion\\ViteBundle\\Service\\TagRendererCollection\:\:\$tagRendererLocator contains generic type Symfony\\Component\\DependencyInjection\\ServiceLocator\<Pentatrion\\ViteBundle\\Service\\TagRenderer\> but class Symfony\\Component\\DependencyInjection\\ServiceLocator is not generic\.$#'
- '#^PHPDoc tag @param for parameter \$tagRendererLocator contains generic type Symfony\\Component\\DependencyInjection\\ServiceLocator\<Pentatrion\\ViteBundle\\Service\\TagRenderer\> but class Symfony\\Component\\DependencyInjection\\ServiceLocator is not generic\.$#'
- '#^Method Pentatrion\\ViteBundle\\Service\\EntrypointsLookupCollection\:\:getEntrypointsLookup\(\) should return Pentatrion\\ViteBundle\\Service\\EntrypointsLookup but returns mixed\.$#'
- '#^Method Pentatrion\\ViteBundle\\Service\\TagRendererCollection\:\:getTagRenderer\(\) should return Pentatrion\\ViteBundle\\Service\\TagRenderer but returns mixed\.$#'