Browse Source

Fix annotation.

dereuromark 8 years ago
parent
commit
d2b23e4250
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ORM/Locator/LocatorInterface.php

+ 1 - 1
src/ORM/Locator/LocatorInterface.php

@@ -19,7 +19,7 @@ use Cake\ORM\Table;
 /**
  * Registries for Table objects should implement this interface.
  *
- * @method array getConfig()
+ * @method array getConfig($alias)
  * @method $this setConfig($alias, $options = null)
  */
 interface LocatorInterface