Test Setup Failed
Push — master ( a3bd4e...7f5817 )
by Chauncey
10:18
created
src/Charcoal/Translator/Script/TranslationParserScript.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -220,7 +220,7 @@  discard block
 block discarded – undo
220 220
 
221 221
     /**
222 222
      * Available locales (languages)
223
-     * @return array Locales.
223
+     * @return string[] Locales.
224 224
      */
225 225
     protected function locales()
226 226
     {
@@ -445,7 +445,7 @@  discard block
 block discarded – undo
445 445
 
446 446
     /**
447 447
      * @param array $translations The translations to save in CSV.
448
-     * @return TranslateScript Chainable
448
+     * @return TranslationParserScript Chainable
449 449
      */
450 450
     public function toCSV(array $translations)
451 451
     {
Please login to merge, or discard this patch.