Skip to content

Commit cf4fa38

Browse files
authored
Fix doctype
1 parent 9f4d7aa commit cf4fa38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SimpleSAML/Command/UpdateTranslatableStringsCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ protected function configure(): void
6969
* It is expected that $iterator was made by getIterator() on Translations.
7070
* This can be useful as the entries are cloned in the iterator order.
7171
*
72-
* @param Gettext\Translations $ret
72+
* @param \Gettext\Translations $ret
7373
* @param iterable $iterator
74-
* @return $ret
74+
* @return \Gettext\Translations $ret
7575
*/
7676
protected function cloneIteratorToTranslations(Translations $ret, iterable $iterator): Translations
7777
{

0 commit comments

Comments
 (0)