diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-03-06 16:28:42 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-03-06 16:28:42 +0100 |
commit | 5fc4c91a76a266fd8e6c19fe85ca3240444d768d (patch) | |
tree | 9ec773585e5052ecda3caec7dac936b02de13e3a /lib/public/FullTextSearch/Model/IIndex.php | |
parent | ed81337461c8c7763eb07a489fc980491dc9c046 (diff) | |
download | nextcloud-server-5fc4c91a76a266fd8e6c19fe85ca3240444d768d.tar.gz nextcloud-server-5fc4c91a76a266fd8e6c19fe85ca3240444d768d.zip |
Fix mismatching doc block parameter types
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public/FullTextSearch/Model/IIndex.php')
-rw-r--r-- | lib/public/FullTextSearch/Model/IIndex.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/FullTextSearch/Model/IIndex.php b/lib/public/FullTextSearch/Model/IIndex.php index 9d0d9e0fe71..c63ddc19906 100644 --- a/lib/public/FullTextSearch/Model/IIndex.php +++ b/lib/public/FullTextSearch/Model/IIndex.php @@ -181,7 +181,7 @@ interface IIndex { * @since 15.0.0 * * @param string $option - * @param string|int $value + * @param string $value * * @return IIndex */ |