@@ -58,6 +58,7 @@ discard block |
||
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 |
||
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 | */ |
@@ -289,6 +289,7 @@ |
||
289 | 289 | |
290 | 290 | /** |
291 | 291 | * @inheritdoc |
292 | + * @param string $tableName |
|
292 | 293 | */ |
293 | 294 | private function createContentTable($tableName) |
294 | 295 | { |