diff options
author | Bart Visscher <bartv@thisnet.nl> | 2014-02-28 13:53:41 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2014-02-28 13:53:41 +0100 |
commit | 35a8dfb2fa7970098e6677f7b93b7d782d5df7f0 (patch) | |
tree | 8ede91547e256ece30635c7ab04d9bb08f63e671 /lib/private/image.php | |
parent | 89e0763d3d511d2da878db43c89300c51850b0f3 (diff) | |
download | nextcloud-server-35a8dfb2fa7970098e6677f7b93b7d782d5df7f0.tar.gz nextcloud-server-35a8dfb2fa7970098e6677f7b93b7d782d5df7f0.zip |
More PHPDoc fixes, using scrutinizer patches as hints
Diffstat (limited to 'lib/private/image.php')
-rw-r--r-- | lib/private/image.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/image.php b/lib/private/image.php index 17caaa012f5..e0397ec8a00 100644 --- a/lib/private/image.php +++ b/lib/private/image.php @@ -34,7 +34,7 @@ class OC_Image { /** * @brief Get mime type for an image file. - * @param string|null $filepath The path to a local image file. + * @param string|null $filePath The path to a local image file. * @returns string The mime type if the it could be determined, otherwise an empty string. */ static public function getMimeTypeForFile($filePath) { |