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 db7cd71f19
commit 26dfc8ae21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;