Apply fixes from StyleCI (#1561)

[ci skip] [skip ci]
This commit is contained in:
Franz Liedke 2018-09-01 23:35:37 +02:00 committed by GitHub
parent 5374f8a352
commit 5a9b47cdf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ class Site
{
$extenderFile = "$basePath/extend.php";
if (!file_exists($extenderFile)) {
if (! file_exists($extenderFile)) {
return [];
}