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 Sep 13, 2024
1 parent 436cf81 commit 286ae40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/params-console.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
],
'yiisoft/yii-console' => [
'debug:events' => DebugEventsCommand::class,
]
],
];
2 changes: 2 additions & 0 deletions tests/Command/DebugEventsCommandTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Yiisoft\Yii\Event\Tests\Command;

use PHPUnit\Framework\TestCase;
Expand Down

0 comments on commit 286ae40

Please sign in to comment.