mirror of
https://github.com/flarum/core.git
synced 2025-10-11 23:14:29 +02:00
Applied fixes from StyleCI
This commit is contained in:
@@ -12,10 +12,6 @@ namespace Flarum\Update\Console;
|
||||
|
||||
use Flarum\Console\Command\AbstractCommand;
|
||||
use Illuminate\Contracts\Container\Container;
|
||||
use Symfony\Component\Console\Input\InputInterface;
|
||||
use Symfony\Component\Console\Input\InputOption;
|
||||
use Symfony\Component\Console\Input\InputArgument;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
||||
class MigrateCommand extends AbstractCommand
|
||||
{
|
||||
@@ -41,7 +37,7 @@ class MigrateCommand extends AbstractCommand
|
||||
{
|
||||
$this
|
||||
->setName('migrate')
|
||||
->setDescription("Run outstanding migrations.");
|
||||
->setDescription('Run outstanding migrations.');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -11,8 +11,8 @@
|
||||
namespace Flarum\Update\Controller;
|
||||
|
||||
use Flarum\Http\Controller\AbstractHtmlController;
|
||||
use Psr\Http\Message\ServerRequestInterface as Request;
|
||||
use Illuminate\Contracts\View\Factory;
|
||||
use Psr\Http\Message\ServerRequestInterface as Request;
|
||||
|
||||
class IndexController extends AbstractHtmlController
|
||||
{
|
||||
|
Reference in New Issue
Block a user