mirror of
https://github.com/flextype/flextype.git
synced 2025-08-18 19:01:40 +02:00
refactor(admin-plugin): fix code standard for PluginsController #347
This commit is contained in:
@@ -8,7 +8,10 @@ use Flextype\Component\Arr\Arr;
|
||||
use Flextype\Component\Filesystem\Filesystem;
|
||||
use Psr\Http\Message\ResponseInterface as Response;
|
||||
use Psr\Http\Message\ServerRequestInterface as Request;
|
||||
use function array_merge;
|
||||
use function array_replace_recursive;
|
||||
use function Flextype\Component\I18n\__;
|
||||
use function trim;
|
||||
|
||||
/**
|
||||
* @property View $view
|
||||
|
Reference in New Issue
Block a user