Completed
Pull Request — master (#5157)
by Damian
11:33
created
filesystem/File.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -589,7 +589,7 @@  discard block
 block discarded – undo
589 589
 	 *
590 590
 	 * @param string $condition The PHP condition to be evaluated.  The page will be called $item
591 591
 	 * @param array $collator An array, passed by reference, to collect all of the matching descendants.
592
-	 * @return true|null
592
+	 * @return boolean|null
593 593
 	 */
594 594
 	public function collateDescendants($condition, &$collator) {
595 595
 		if($children = $this->Children()) {
@@ -950,6 +950,7 @@  discard block
 block discarded – undo
950 950
 	 *
951 951
 	 * @param String File extension, without dot prefix. Use an asterisk ('*')
952 952
 	 * to specify a generic fallback if no mapping is found for an extension.
953
+	 * @param string $ext
953 954
 	 * @return String Classname for a subclass of {@link File}
954 955
 	 */
955 956
 	public static function get_class_for_file_extension($ext) {
@@ -1087,7 +1088,6 @@  discard block
 block discarded – undo
1087 1088
 	 * Note that the result will not have a leading slash, and should not be used
1088 1089
 	 * with local file paths.
1089 1090
 	 *
1090
-	 * @param string $part,... Parts
1091 1091
 	 * @return string
1092 1092
 	 */
1093 1093
 	public static function join_paths() {
Please login to merge, or discard this patch.