Corrected type in phpdoc for psalm

Signed-off-by: Christian Wolf <github@christianwolf.email>
fix/wrong-image-type
Christian Wolf 3 years ago
parent 9fc057b078
commit 4f320e158f
No known key found for this signature in database
GPG Key ID: 9FC3120E932F73F1

@ -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()) {

Loading…
Cancel
Save