Add param type

This commit is contained in:
Steve Boyd 2018-07-11 16:52:53 +12:00 committed by GitHub
parent 47ed2d2cd1
commit 2fb588a488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ class TikaServerTextExtractor extends FileTextExtractor
* Ensure that the version number has a major, minor and patch number * Ensure that the version number has a major, minor and patch number
* Reason being that version_compare('1.7', '1.7.0') will return -1 instead of 0 * Reason being that version_compare('1.7', '1.7.0') will return -1 instead of 0
* *
* @param $version * @param float $version
* @return string * @return string
*/ */
protected function normaliseVersion($version) protected function normaliseVersion($version)