Skip to content

Commit

Permalink
Use fully namespaced params
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpustulka committed May 5, 2015
1 parent 300e1a1 commit 4d8cf64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ORM/Locator/LocatorAwareTrait.php
Expand Up @@ -34,8 +34,8 @@ trait LocatorAwareTrait
* Sets the table locator.
* If no parameters are passed, it will return the currently used locator.
*
* @param LocatorInterface|null $locator LocatorInterface instance.
* @return LocatorInterface
* @param \Cake\ORM\Locator\LocatorInterface|null $locator LocatorInterface instance.
* @return \Cake\ORM\Locator\LocatorInterface
*/
public function locator(LocatorInterface $locator = null)
{
Expand Down

0 comments on commit 4d8cf64

Please sign in to comment.