Completed
Push — develop ( b960b5...a87380 )
by Nate
01:43
created
src/services/Configuration.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -279,6 +279,7 @@
 block discarded – undo
279 279
 
280 280
     /**
281 281
      * @inheritdoc
282
+     * @param string $tableName
282 283
      */
283 284
     private function createContentTable($tableName)
284 285
     {
Please login to merge, or discard this patch.
src/db/traits/Attributes.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -69,6 +69,7 @@
 block discarded – undo
69 69
      * @inheritdoc
70 70
      * @throws Exception if $value is an invalid site handle
71 71
      * return static
72
+     * @param \craft\base\ElementInterface $value
72 73
      */
73 74
     public function owner($value)
74 75
     {
Please login to merge, or discard this patch.
src/services/Fields.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,11 +17,10 @@
 block discarded – undo
17 17
 use flipbox\craft\sortable\associations\db\SortableAssociationQueryInterface;
18 18
 use flipbox\craft\sortable\associations\records\SortableAssociationInterface;
19 19
 use flipbox\craft\sortable\associations\services\SortableFields;
20
+use flipbox\meta\Meta as MetaPlugin;
20 21
 use flipbox\meta\db\MetaQuery;
21 22
 use flipbox\meta\elements\Meta as MetaElement;
22
-use flipbox\meta\fields\Meta;
23 23
 use flipbox\meta\fields\Meta as MetaField;
24
-use flipbox\meta\Meta as MetaPlugin;
25 24
 use flipbox\meta\records\Meta as MetaRecord;
26 25
 use yii\base\Exception;
27 26
 
Please login to merge, or discard this patch.