Completed
Branch master (66be46)
by Nate
02:05
created
src/services/SourceAssociations.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
     }
103 103
 
104 104
     /**
105
-     * @param $source
105
+     * @param string $source
106 106
      * @param int $fieldId
107 107
      * @param int $siteId
108 108
      * @return array
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use flipbox\craft\sortable\associations\services\SortableAssociations;
14 14
 use flipbox\element\lists\db\SourceAssociationsQuery;
15 15
 use flipbox\element\lists\records\Association;
16
-use yii\db\ActiveQuery;
17 16
 
18 17
 /**
19 18
  * @author Flipbox Factory <[email protected]>
Please login to merge, or discard this patch.
src/services/SourceFields.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
 use flipbox\craft\sortable\associations\db\SortableAssociationQueryInterface;
17 17
 use flipbox\craft\sortable\associations\records\SortableAssociationInterface;
18 18
 use flipbox\craft\sortable\associations\services\SortableFields;
19
-use flipbox\element\lists\db\SourceElementQuery;
20 19
 use flipbox\element\lists\ElementList;
20
+use flipbox\element\lists\db\SourceElementQuery;
21 21
 use flipbox\element\lists\fields\ElementSourceList;
22 22
 use flipbox\element\lists\records\Association;
23 23
 use flipbox\ember\helpers\SiteHelper;
Please login to merge, or discard this patch.