Skip to content

Commit

Permalink
Fix a couple docblocks in TranslatorLocator
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Oct 13, 2014
1 parent e73a797 commit da1c067
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Aura/Intl/TranslatorLocator.php
Expand Up @@ -130,9 +130,9 @@ public function getFactory()

/**
*
* An object of type PackagesInterface
* An object of type PackageLocator
*
* @return PackagesInterface
* @return PackageLocator
*
*/
public function getPackages()
Expand All @@ -142,7 +142,7 @@ public function getPackages()

/**
*
* object of type FormatterLocator
* An object of type FormatterLocator
*
* @return FormatterLocator
*
Expand Down

0 comments on commit da1c067

Please sign in to comment.