Skip to content

Commit 3746b43

Browse files
committed
Fix code style as StyleCI requested
1 parent b6afef5 commit 3746b43

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Command/DeleteObsoleteCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
*/
2929
class DeleteObsoleteCommand extends Command
3030
{
31-
use BundleTrait, StorageTrait;
31+
use BundleTrait;
32+
use StorageTrait;
3233

3334
protected static $defaultName = 'translation:delete-obsolete';
3435

Command/DownloadCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
*/
2828
class DownloadCommand extends Command
2929
{
30-
use BundleTrait, StorageTrait;
30+
use BundleTrait;
31+
use StorageTrait;
3132

3233
protected static $defaultName = 'translation:download';
3334

0 commit comments

Comments
 (0)