Make StyleCL Happy

This commit is contained in:
Davis 2016-09-12 22:23:31 -05:00 committed by GitHub
parent 1a5d7a337d
commit c8122a7879

View File

@ -1,4 +1,5 @@
<?php <?php
/* /*
* This file is part of Flarum. * This file is part of Flarum.
* *
@ -11,10 +12,10 @@
namespace Flarum\Core\Listener; namespace Flarum\Core\Listener;
use Flarum\Event\ExtensionWillBeDisabled; use Flarum\Event\ExtensionWillBeDisabled;
use Illuminate\Contracts\Events\Dispatcher;
use Flarum\Http\Exception\MethodNotAllowedException; use Flarum\Http\Exception\MethodNotAllowedException;
use Illuminate\Contracts\Events\Dispatcher;
class ExtensionModificationValidator class ExtensionValidator
{ {
/** /**
* @param Dispatcher $events * @param Dispatcher $events