]> git.mxchange.org Git - friendica.git/commitdiff
Static public is public static
authorMichael <heluecht@pirati.ca>
Mon, 23 Oct 2017 14:49:56 +0000 (14:49 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 23 Oct 2017 14:49:56 +0000 (14:49 +0000)
include/Photo.php

index 457a2e31c467ef1afe305318c06a5adf5408adee..343082d1dfa1c8978cc4a6e557ac4f0dc9247b44 100644 (file)
@@ -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...