Skip to content

Commit

Permalink
Fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jan 15, 2017
1 parent 535f073 commit 47980df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/I18n/I18n.php
Expand Up @@ -38,7 +38,7 @@ class I18n
/**
* The translators collection
*
* @var \Aura\Intl\TranslatorLocator|null
* @var \Cake\I18n\TranslatorRegistry|null
*/
protected static $_collection = null;

Expand All @@ -54,7 +54,7 @@ class I18n
* for getting specific translators based of their name and locale
* or to configure some aspect of future translations that are not yet constructed.
*
* @return \Aura\Intl\TranslatorLocator|\Cake\I18n\TranslatorRegistry The translators collection.
* @return \Cake\I18n\TranslatorRegistry The translators collection.
*/
public static function translators()
{
Expand Down

0 comments on commit 47980df

Please sign in to comment.