Apply fixes from StyleCI (#1381)

[ci skip] [skip ci]
This commit is contained in:
Franz Liedke 2018-03-04 01:18:49 +01:00 committed by GitHub
parent 33beec3739
commit e30de50f99
2 changed files with 1 additions and 2 deletions

View File

@ -115,7 +115,7 @@ class Extension implements Arrayable
{
$bootstrapper = $this->getBootstrapperPath();
if (!file_exists($bootstrapper)) {
if (! file_exists($bootstrapper)) {
return;
}

View File

@ -12,7 +12,6 @@
namespace Flarum\Extension;
use Flarum\Database\Migrator;
use Flarum\Extend\Compat;
use Flarum\Extension\Event\Disabled;
use Flarum\Extension\Event\Disabling;
use Flarum\Extension\Event\Enabled;