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