From d2b23e4250c848bfc40af66634103eb4c5c668ae Mon Sep 17 00:00:00 2001 From: dereuromark Date: Tue, 20 Feb 2018 11:02:37 +0100 Subject: [PATCH] Fix annotation. --- src/ORM/Locator/LocatorInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ORM/Locator/LocatorInterface.php b/src/ORM/Locator/LocatorInterface.php index f34e6cad7f5..08cddd6a290 100644 --- a/src/ORM/Locator/LocatorInterface.php +++ b/src/ORM/Locator/LocatorInterface.php @@ -19,7 +19,7 @@ /** * Registries for Table objects should implement this interface. * - * @method array getConfig() + * @method array getConfig($alias) * @method $this setConfig($alias, $options = null) */ interface LocatorInterface