Correction of comment

This commit is contained in:
Quentin Ligier 2016-04-17 21:09:20 +02:00
parent 00ca1e02d3
commit 69fc864471

View File

@ -222,10 +222,10 @@ final class Settings {
} }
/** /**
* @return array Returns the settings of Lychee. * @return array Returns the Imagick setting.
*/ */
public static function hasImagick() { public static function hasImagick() {
return (bool)(extension_loaded('imagick')&&self::get()['imagick']==='1'); return (bool)(extension_loaded('imagick') && self::get()['imagick'] === '1');
} }
} }