Apply fixes from StyleCI (#1371)

[ci skip] [skip ci]
This commit is contained in:
Franz Liedke 2018-02-15 16:57:18 +01:00 committed by GitHub
parent ba96f311a9
commit 0b478379fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,7 +194,7 @@ class Extension implements Arrayable
if (file_exists($file)) {
$extension = pathinfo($file, PATHINFO_EXTENSION);
if (!array_key_exists($extension, self::LOGO_MIMETYPES)) {
if (! array_key_exists($extension, self::LOGO_MIMETYPES)) {
throw new \RuntimeException('Invalid image type');
}