Completed
Push — master ( 659f01...a08b4b )
by Nate
11:24
created
src/services/Configuration.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use flipbox\meta\fields\Meta as MetaField;
25 25
 use flipbox\meta\helpers\Field as FieldHelper;
26 26
 use flipbox\meta\migrations\ContentTable;
27
-use flipbox\meta\records\Meta as MetaRecord;
28 27
 use flipbox\meta\web\assets\input\Input;
29 28
 use flipbox\meta\web\assets\settings\Settings as MetaSettingsAsset;
30 29
 use yii\base\Component;
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.
src/services/Records.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
     }
131 131
 
132 132
     /**
133
-     * @param $source
133
+     * @param string $source
134 134
      * @param int $fieldId
135 135
      * @param int $siteId
136 136
      * @return array
Please login to merge, or discard this patch.