We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6258152 commit 906be34Copy full SHA for 906be34
1 file changed
src/PerfbasePlugin.php
@@ -16,9 +16,7 @@ class PerfbasePlugin extends BasePlugin
16
{
17
private static ?Cake5ConsoleListener $consoleListener = null;
18
19
- /**
20
- * @param \Cake\Core\PluginApplicationInterface<\Cake\Core\BasePlugin> $app
21
- */
+ /** @phpstan-ignore-next-line missingType.generics */
22
public function bootstrap(PluginApplicationInterface $app): void
23
24
parent::bootstrap($app);
0 commit comments