Skip to content

Commit 07f6431

Browse files
committed
#169 Fix docu if InputValidator::isExistingFile()
1 parent a59efd2 commit 07f6431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/InputValidator.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public static function isExistsArrayKey($array, $key) {
118118
* Checks whether the parameter is an existing file.
119119
*
120120
* @author David Pauli <[email protected]>
121-
* @param float $parameter File with path to check.
121+
* @param String $parameter File with path to check.
122122
* @return boolean True if the parameter is an existing file, false if not.
123123
* @since 0.2.0
124124
*/

0 commit comments

Comments
 (0)