From 2fb588a488c1a9a9302488f2c4a13cf21d4509e1 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 11 Jul 2018 16:52:53 +1200 Subject: [PATCH] Add param type --- code/extractors/TikaServerTextExtractor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/extractors/TikaServerTextExtractor.php b/code/extractors/TikaServerTextExtractor.php index 7558eea..bf10ad4 100644 --- a/code/extractors/TikaServerTextExtractor.php +++ b/code/extractors/TikaServerTextExtractor.php @@ -120,7 +120,7 @@ class TikaServerTextExtractor extends FileTextExtractor * 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 * - * @param $version + * @param float $version * @return string */ protected function normaliseVersion($version)