Static public is public static

This commit is contained in:
Michael 2017-10-23 14:49:56 +00:00
parent b513a597c8
commit e40c3a9d7c
1 changed files with 1 additions and 1 deletions

View 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...