Skip to content

Commit 87c490b

Browse files
committed
Apply fixes from StyleCI
1 parent 6920654 commit 87c490b

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

migrations/m250707_103609_tree.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
use yii\db\Migration;
46

57
class m250707_103609_tree extends Migration
@@ -41,5 +43,4 @@ public function safeDown()
4143
{
4244
$this->dropTable('{{%tree}}');
4345
}
44-
4546
}

migrations/m250707_104009_multiple_tree.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
use yii\db\Migration;
46

57
class m250707_104009_multiple_tree extends Migration

tests/support/stub/EchoMigrateController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace yii2\extensions\nestedsets\tests\support\stub;
46

57
use yii\console\controllers\MigrateController;

0 commit comments

Comments
 (0)