We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906be34 commit ac40b8dCopy full SHA for ac40b8d
2 files changed
phpstan.neon
@@ -2,3 +2,6 @@ parameters:
2
level: 8
3
paths:
4
- src
5
+ reportUnmatchedIgnoredErrors: false
6
+ ignoreErrors:
7
+ - '#has parameter \$app with generic interface Cake\\Core\\PluginApplicationInterface but does not specify its types#'
src/PerfbasePlugin.php
@@ -16,7 +16,6 @@ class PerfbasePlugin extends BasePlugin
16
{
17
private static ?Cake5ConsoleListener $consoleListener = null;
18
19
- /** @phpstan-ignore-next-line missingType.generics */
20
public function bootstrap(PluginApplicationInterface $app): void
21
22
parent::bootstrap($app);
0 commit comments