Skip to content

Commit 906be34

Browse files
committed
Replaced @param with @phpstan-ignore-next-line missingType.generics
1 parent 6258152 commit 906be34

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/PerfbasePlugin.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ class PerfbasePlugin extends BasePlugin
1616
{
1717
private static ?Cake5ConsoleListener $consoleListener = null;
1818

19-
/**
20-
* @param \Cake\Core\PluginApplicationInterface<\Cake\Core\BasePlugin> $app
21-
*/
19+
/** @phpstan-ignore-next-line missingType.generics */
2220
public function bootstrap(PluginApplicationInterface $app): void
2321
{
2422
parent::bootstrap($app);

0 commit comments

Comments
 (0)