Fix documentation of return type

This commit is contained in:
Rotzbua 2021-12-25 23:08:31 +01:00 committed by Matias Griese
parent 7306f164e9
commit d275532cf8

View File

@ -283,7 +283,7 @@ class FilesystemExtension extends AbstractExtension
/**
* @param string $filename
* @return string|false
* @return int|false
*/
public function exif_imagetype($filename)
{