Skip to content

Commit

Permalink
Fix annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 2, 2020
1 parent 2344402 commit 368811c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Core/PluginInterface.php
Expand Up @@ -21,7 +21,8 @@
/**
* Plugin Interface
*
* @method register(\Cake\Core\ContainerInterface $container): \Cake\Core\ContainerInterface
* @method \Cake\Core\ContainerInterface register(\Cake\Core\ContainerInterface $container) Register plugin services to
* the application's container
*/
interface PluginInterface
{
Expand Down

0 comments on commit 368811c

Please sign in to comment.