Completed
Push — master ( f75f01...79351c )
by Pavel
17:50 queued 13:42
created
NestedSetsBehavior.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -215,7 +215,7 @@
 block discarded – undo
215 215
     /**
216 216
      * Populate children relations for self and all descendants
217 217
      * @param int $depth = null
218
-     * @return static
218
+     * @return ActiveRecord
219 219
      */
220 220
     public function populateTree($depth = null)
221 221
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 
8 8
 namespace paulzi\nestedsets;
9 9
 
10
-use Yii;
11 10
 use yii\base\Behavior;
12 11
 use yii\base\Exception;
13 12
 use yii\base\NotSupportedException;
Please login to merge, or discard this patch.
tests/NestedSetsBehaviorTestCase.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use paulzi\nestedsets\tests\migrations\TestMigration;
11 11
 use paulzi\nestedsets\tests\models\MultipleTreeNode;
12 12
 use paulzi\nestedsets\tests\models\Node;
13
-use Yii;
14 13
 
15 14
 /**
16 15
  * @author PaulZi <[email protected]>
Please login to merge, or discard this patch.