summaryrefslogtreecommitdiffstats
path: root/lib/private/image.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2014-02-28 13:53:41 +0100
committerBart Visscher <bartv@thisnet.nl>2014-02-28 13:53:41 +0100
commit35a8dfb2fa7970098e6677f7b93b7d782d5df7f0 (patch)
tree8ede91547e256ece30635c7ab04d9bb08f63e671 /lib/private/image.php
parent89e0763d3d511d2da878db43c89300c51850b0f3 (diff)
downloadnextcloud-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.php2
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) {