Completed
Push — develop ( a740b5...5bfad1 )
by Nate
04:08
created
src/actions/source/Associate.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,10 +9,10 @@
 block discarded – undo
9 9
 namespace flipbox\craft\element\lists\actions\source;
10 10
 
11 11
 use craft\base\Field;
12
-use flipbox\craft\ember\actions\ManageTrait;
13
-use flipbox\craft\ember\helpers\SiteHelper;
14 12
 use flipbox\craft\element\lists\actions\ResolverTrait;
15 13
 use flipbox\craft\element\lists\records\Association;
14
+use flipbox\craft\ember\actions\ManageTrait;
15
+use flipbox\craft\ember\helpers\SiteHelper;
16 16
 use yii\base\Action;
17 17
 
18 18
 /**
Please login to merge, or discard this patch.
src/actions/source/Dissociate.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,10 +9,10 @@
 block discarded – undo
9 9
 namespace flipbox\craft\element\lists\actions\source;
10 10
 
11 11
 use craft\base\Field;
12
-use flipbox\craft\ember\actions\ManageTrait;
13
-use flipbox\craft\ember\helpers\SiteHelper;
14 12
 use flipbox\craft\element\lists\actions\ResolverTrait;
15 13
 use flipbox\craft\element\lists\records\Association;
14
+use flipbox\craft\ember\actions\ManageTrait;
15
+use flipbox\craft\ember\helpers\SiteHelper;
16 16
 use yii\base\Action;
17 17
 
18 18
 /**
Please login to merge, or discard this patch.
src/relationships/Relationship.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -394,7 +394,7 @@
 block discarded – undo
394 394
 
395 395
     /**
396 396
      * @param UserAssociation|int|array|null $object
397
-     * @return int|null
397
+     * @return integer
398 398
      */
399 399
     protected function findKey($object = null)
400 400
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,6 +9,7 @@  discard block
 block discarded – undo
9 9
 namespace flipbox\craft\element\lists\relationships;
10 10
 
11 11
 use Craft;
12
+use Tightenco\Collect\Support\Collection;
12 13
 use craft\base\ElementInterface;
13 14
 use craft\elements\db\ElementQuery;
14 15
 use craft\helpers\ArrayHelper;
@@ -19,7 +20,6 @@  discard block
 block discarded – undo
19 20
 use flipbox\craft\element\lists\records\Association;
20 21
 use flipbox\craft\ember\helpers\QueryHelper;
21 22
 use flipbox\organizations\records\UserAssociation;
22
-use Tightenco\Collect\Support\Collection;
23 23
 use yii\base\BaseObject;
24 24
 use yii\base\Exception;
25 25
 use yii\base\UnknownPropertyException;
Please login to merge, or discard this patch.
src/fields/ElementListTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Craft;
12 12
 use craft\base\Element;
13 13
 use craft\base\ElementInterface;
14
-use craft\elements\db\ElementQuery;
15 14
 use craft\events\FieldElementEvent;
16 15
 use flipbox\craft\element\lists\relationships\RelationshipInterface;
17 16
 
Please login to merge, or discard this patch.
src/fields/InputTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use craft\base\Element;
13 13
 use craft\base\ElementInterface;
14 14
 use craft\elements\db\ElementQuery;
15
-use craft\elements\db\ElementQueryInterface;
16 15
 use craft\helpers\ArrayHelper;
17 16
 use flipbox\craft\element\lists\relationships\RelationshipInterface;
18 17
 use flipbox\craft\elements\nestedIndex\web\assets\index\NestedElementIndex;
Please login to merge, or discard this patch.