Skip to content

Commit fae94f9

Browse files
committed
[#.0.x] - fixing docblock
1 parent ae83e53 commit fae94f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

phalcon/Translate/Adapter/Gettext.zep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,10 @@ class Gettext extends AbstractAdapter implements ArrayAccess
271271
*
272272
* ```php
273273
* // Set locale to Dutch
274-
* $gettext->setLocale(LC_ALL, "nl_NL");
274+
* $gettext->setLocale(LC_ALL, ["nl_NL"]);
275275
*
276276
* // Try different possible locale names for German
277-
* $gettext->setLocale(LC_ALL, "de_DE@euro", "de_DE", "de", "ge");
277+
* $gettext->setLocale(LC_ALL, ["de_DE@euro", "de_DE", "de", "ge"]);
278278
* ```
279279
*
280280
* @param int $category

0 commit comments

Comments
 (0)