@@ -56,7 +56,7 @@ discard block |
||
56 | 56 | /** |
57 | 57 | * Returns a {@link Repository} instance created with `$app->cldr_provider`. |
58 | 58 | * |
59 | - * @param Core|CoreBindings $app |
|
59 | + * @param Core $app |
|
60 | 60 | * |
61 | 61 | * @return Repository |
62 | 62 | */ |
@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | /** |
78 | 78 | * Returns the locale used by the application. |
79 | 79 | * |
80 | - * @param Core|CoreBindings $app |
|
80 | + * @param Core $app |
|
81 | 81 | * |
82 | 82 | * @return Locale |
83 | 83 | */ |
@@ -96,7 +96,7 @@ discard block |
||
96 | 96 | /** |
97 | 97 | * Sets the locale used by the application. |
98 | 98 | * |
99 | - * @param Core|CoreBindings $app |
|
99 | + * @param Core $app |
|
100 | 100 | * @param Locale|string $locale |
101 | 101 | */ |
102 | 102 | static public function set_locale(Core $app, $locale) |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | /** |
108 | 108 | * Returns the language of the application. |
109 | 109 | * |
110 | - * @param Core|CoreBindings $app |
|
110 | + * @param Core $app |
|
111 | 111 | * |
112 | 112 | * @return string |
113 | 113 | */ |