From e40c3a9d7c980c4287c273bc12d934ceb8b55fc0 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 23 Oct 2017 14:49:56 +0000 Subject: [PATCH] Static public is public static --- include/Photo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...