Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Feb 20, 2024
1 parent 9122601 commit 19d2a2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion blog/config/common/params.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use Yiisoft\Translator\TranslatorInterface;
use Yiisoft\Yii\Cycle\Schema\Conveyor\AttributedSchemaConveyor;
use Yiisoft\Yii\Cycle\Schema\Provider\FromConveyorSchemaProvider;
use \Cycle\Schema\Provider\PhpFileSchemaProvider;
use Cycle\Schema\Provider\PhpFileSchemaProvider;
use Yiisoft\Yii\View\CsrfViewInjection;

return [
Expand Down
1 change: 0 additions & 1 deletion blog/src/User/Controller/UserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

final class UserController
{

public function __construct(private ViewRenderer $viewRenderer)
{
$this->viewRenderer = $viewRenderer->withControllerName('user');
Expand Down

0 comments on commit 19d2a2e

Please sign in to comment.