Completed
Push — master ( 7922ca...e098c0 )
by Pavel
03:59
created
AutoTreeTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 
49 49
     /**
50 50
      * @param string $method
51
-     * @param array $list
51
+     * @param string[] $list
52 52
      * @param array $arguments
53 53
      * @param bool $firstOnly
54 54
      * @return mixed
Please login to merge, or discard this patch.
tests/models/NodeAlNi.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/paulzi/yii2-auto-tree
4
- * @copyright Copyright (c) 2015 PaulZi <[email protected]>
5
- * @license MIT (https://github.com/paulzi/yii2-auto-tree/blob/master/LICENSE)
6
- */
3
+     * @link https://github.com/paulzi/yii2-auto-tree
4
+     * @copyright Copyright (c) 2015 PaulZi <[email protected]>
5
+     * @license MIT (https://github.com/paulzi/yii2-auto-tree/blob/master/LICENSE)
6
+     */
7 7
 
8 8
 namespace paulzi\autotree\tests\models;
9 9
 
Please login to merge, or discard this patch.
tests/migrations/TestMigration.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/paulzi/yii2-auto-tree
4
- * @copyright Copyright (c) 2015 PaulZi <[email protected]>
5
- * @license MIT (https://github.com/paulzi/yii2-auto-tree/blob/master/LICENSE)
6
- */
3
+     * @link https://github.com/paulzi/yii2-auto-tree
4
+     * @copyright Copyright (c) 2015 PaulZi <[email protected]>
5
+     * @license MIT (https://github.com/paulzi/yii2-auto-tree/blob/master/LICENSE)
6
+     */
7 7
 
8 8
 namespace paulzi\autotree\tests\models;
9 9
 
Please login to merge, or discard this patch.
tests/AlNiTest.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/paulzi/yii2-auto-tree
4
- * @copyright Copyright (c) 2015 PaulZi <[email protected]>
5
- * @license MIT (https://github.com/paulzi/yii2-auto-tree/blob/master/LICENSE)
6
- */
3
+     * @link https://github.com/paulzi/yii2-auto-tree
4
+     * @copyright Copyright (c) 2015 PaulZi <[email protected]>
5
+     * @license MIT (https://github.com/paulzi/yii2-auto-tree/blob/master/LICENSE)
6
+     */
7 7
 
8 8
 namespace paulzi\autotree\tests\models;
9 9
 
Please login to merge, or discard this patch.
tests/AlNsTest.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/paulzi/yii2-auto-tree
4
- * @copyright Copyright (c) 2015 PaulZi <[email protected]>
5
- * @license MIT (https://github.com/paulzi/yii2-auto-tree/blob/master/LICENSE)
6
- */
3
+     * @link https://github.com/paulzi/yii2-auto-tree
4
+     * @copyright Copyright (c) 2015 PaulZi <[email protected]>
5
+     * @license MIT (https://github.com/paulzi/yii2-auto-tree/blob/master/LICENSE)
6
+     */
7 7
 
8 8
 namespace paulzi\autotree\tests\models;
9 9
 
Please login to merge, or discard this patch.
tests/AlMpTest.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/paulzi/yii2-auto-tree
4
- * @copyright Copyright (c) 2015 PaulZi <[email protected]>
5
- * @license MIT (https://github.com/paulzi/yii2-auto-tree/blob/master/LICENSE)
6
- */
3
+     * @link https://github.com/paulzi/yii2-auto-tree
4
+     * @copyright Copyright (c) 2015 PaulZi <[email protected]>
5
+     * @license MIT (https://github.com/paulzi/yii2-auto-tree/blob/master/LICENSE)
6
+     */
7 7
 
8 8
 namespace paulzi\autotree\tests\models;
9 9
 
Please login to merge, or discard this patch.
tests/bootstrap.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/paulzi/yii2-auto-tree
4
- * @copyright Copyright (c) 2015 PaulZi <[email protected]>
5
- * @license MIT (https://github.com/paulzi/yii2-auto-tree/blob/master/LICENSE)
6
- */
3
+     * @link https://github.com/paulzi/yii2-auto-tree
4
+     * @copyright Copyright (c) 2015 PaulZi <[email protected]>
5
+     * @license MIT (https://github.com/paulzi/yii2-auto-tree/blob/master/LICENSE)
6
+     */
7 7
 
8 8
 namespace paulzi\autotree\tests\models;
9 9
 
Please login to merge, or discard this patch.
tests/AutoTreeTraitTestCase.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/paulzi/yii2-auto-tree
4
- * @copyright Copyright (c) 2015 PaulZi <[email protected]>
5
- * @license MIT (https://github.com/paulzi/yii2-auto-tree/blob/master/LICENSE)
6
- */
3
+     * @link https://github.com/paulzi/yii2-auto-tree
4
+     * @copyright Copyright (c) 2015 PaulZi <[email protected]>
5
+     * @license MIT (https://github.com/paulzi/yii2-auto-tree/blob/master/LICENSE)
6
+     */
7 7
 
8 8
 namespace paulzi\autotree\tests\models;
9 9
 
Please login to merge, or discard this patch.
tests/ArrayDataSet.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/paulzi/yii2-auto-tree
4
- * @copyright Copyright (c) 2015 PaulZi <[email protected]>
5
- * @license MIT (https://github.com/paulzi/yii2-auto-tree/blob/master/LICENSE)
6
- */
3
+     * @link https://github.com/paulzi/yii2-auto-tree
4
+     * @copyright Copyright (c) 2015 PaulZi <[email protected]>
5
+     * @license MIT (https://github.com/paulzi/yii2-auto-tree/blob/master/LICENSE)
6
+     */
7 7
 
8 8
 namespace paulzi\autotree\tests\models;
9 9
 
Please login to merge, or discard this patch.