Completed
Pull Request — master (#17021)
by Albert
38:03 queued 19:38
created
framework/console/controllers/MessageController.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -632,7 +632,7 @@  discard block
 block discarded – undo
632 632
      * Finds out a line of the first non-char PHP token found.
633 633
      *
634 634
      * @param array $tokens
635
-     * @return int|string
635
+     * @return string
636 636
      * @since 2.0.1
637 637
      */
638 638
     protected function getLine($tokens)
@@ -889,6 +889,9 @@  discard block
 block discarded – undo
889 889
         }
890 890
     }
891 891
 
892
+    /**
893
+     * @param string $dirName
894
+     */
892 895
     private function deleteUnusedPhpMessageFiles($existingCategories, $dirName)
893 896
     {
894 897
         $messageFiles = FileHelper::findFiles($dirName);
Please login to merge, or discard this patch.