Completed
Push — master ( 2eb08c...0ac027 )
by Nate
08:16 queued 07:08
created
src/elements/db/Meta.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,6 +58,7 @@  discard block
 block discarded – undo
58 58
 
59 59
     /**
60 60
      * @inheritdoc
61
+     * @param string $elementType
61 62
      */
62 63
     public function __construct($elementType, array $config = [])
63 64
     {
@@ -100,7 +101,7 @@  discard block
 block discarded – undo
100 101
     /**
101 102
      * Sets the [[ownerId]] property.
102 103
      *
103
-     * @param int|int[]|null $value The property value
104
+     * @param integer|null $value The property value
104 105
      *
105 106
      * @return static self reference
106 107
      */
Please login to merge, or discard this patch.
src/services/Configuration.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -289,6 +289,7 @@
 block discarded – undo
289 289
 
290 290
     /**
291 291
      * @inheritdoc
292
+     * @param string $tableName
292 293
      */
293 294
     private function createContentTable($tableName)
294 295
     {
Please login to merge, or discard this patch.