From: Michael Date: Mon, 23 Oct 2017 14:49:56 +0000 (+0000) Subject: Static public is public static X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e40c3a9d7c980c4287c273bc12d934ceb8b55fc0;p=friendica.git Static public is public static --- 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...