Static public is public static
This commit is contained in:
parent
b513a597c8
commit
e40c3a9d7c
|
@ -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...
|
||||
|
|
Loading…
Reference in a new issue