1
0
mirror of https://github.com/flarum/core.git synced 2025-07-20 08:11:27 +02:00

Make StyleCL Happy

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

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