From 368811cdc74a6e13e884792360b85f2815cc5bac Mon Sep 17 00:00:00 2001 From: Mark Story Date: Tue, 1 Sep 2020 21:35:46 -0400 Subject: [PATCH] Fix annotation. --- src/Core/PluginInterface.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Core/PluginInterface.php b/src/Core/PluginInterface.php index 2ebf913a308..6f7b95ae7f1 100644 --- a/src/Core/PluginInterface.php +++ b/src/Core/PluginInterface.php @@ -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 {