1
0
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:
Awilum
2020-01-12 20:33:50 +03:00
parent cdbbfcecb4
commit 9bf7bc17cb

View File

@@ -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