Static public is public static
This commit is contained in:
parent
b513a597c8
commit
e40c3a9d7c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class Photo {
|
||||||
/**
|
/**
|
||||||
* @brief supported mimetypes and corresponding file extensions
|
* @brief supported mimetypes and corresponding file extensions
|
||||||
*/
|
*/
|
||||||
static public function supportedTypes() {
|
public static function supportedTypes() {
|
||||||
if (class_exists('Imagick')) {
|
if (class_exists('Imagick')) {
|
||||||
|
|
||||||
// Imagick::queryFormats won't help us a lot there...
|
// Imagick::queryFormats won't help us a lot there...
|
||||||
|
|
Loading…
Reference in a new issue