Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Wolf <github@christianwolf.email>2021-10-18 21:17:57 +0300
committerChristian Wolf <github@christianwolf.email>2021-10-18 21:17:57 +0300
commit4f320e158fc902dedffbb8b5f7ac254944b20068 (patch)
tree4e2b67669834cc28052a04888078ce2a588ce444
parent9fc057b0789400956351e3758967a1026381c743 (diff)
Corrected type in phpdoc for psalm
Signed-off-by: Christian Wolf <github@christianwolf.email>
-rw-r--r--lib/private/legacy/OC_Image.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/legacy/OC_Image.php b/lib/private/legacy/OC_Image.php
index 168d7000a97..8f53b02bfe8 100644
--- a/lib/private/legacy/OC_Image.php
+++ b/lib/private/legacy/OC_Image.php
@@ -666,7 +666,7 @@ class OC_Image implements \OCP\IImage {
* Get the correct file type from a buffered image
*
* @param string $buffer The image data to analyze
- * @return void
+ * @return bool
*/
private function updateImageTypes($buffer) {
if ($this->valid()) {