Skip to content

Commit 8ed025c

Browse files
committed
Fix plugin application annotation
1 parent 4b2bc74 commit 8ed025c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TinyAuthBackendPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class TinyAuthBackendPlugin extends BasePlugin {
3232
protected bool $routesEnabled = true;
3333

3434
/**
35-
* @param \Cake\Core\PluginApplicationInterface<\Cake\Core\HttpApplicationInterface> $app The application instance
35+
* @param \Cake\Core\PluginApplicationInterface $app The application instance
3636
* @return void
3737
*/
3838
public function bootstrap(PluginApplicationInterface $app): void {

0 commit comments

Comments
 (0)