1
0
mirror of https://github.com/flarum/core.git synced 2025-07-26 03:01:22 +02:00

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 3aa0ce9893
commit e03cc3d9c9

View File

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