diff --git a/include/Photo.php b/include/Photo.php index 457a2e31c4..343082d1df 100644 --- a/include/Photo.php +++ b/include/Photo.php @@ -26,7 +26,7 @@ class Photo { /** * @brief supported mimetypes and corresponding file extensions */ - static public function supportedTypes() { + public static function supportedTypes() { if (class_exists('Imagick')) { // Imagick::queryFormats won't help us a lot there...