@@ -60,9 +60,9 @@ |
||
60 | 60 | } |
61 | 61 | |
62 | 62 | /** |
63 | - * @param $entityTypeId |
|
63 | + * @param string $entityTypeId |
|
64 | 64 | * @param \Drupal\Core\Field\FieldStorageDefinitionInterface $fieldDefinition |
65 | - * @return array |
|
65 | + * @return string |
|
66 | 66 | */ |
67 | 67 | protected function getParentsForField($entityTypeId, FieldStorageDefinitionInterface $fieldDefinition) { |
68 | 68 | if ($fieldDefinition->isBaseField()) { |
@@ -30,6 +30,7 @@ |
||
30 | 30 | |
31 | 31 | /** |
32 | 32 | * {@inheritdoc} |
33 | + * @param boolean $secure |
|
33 | 34 | */ |
34 | 35 | public function __construct(TypeSystemPluginInterface $plugin, $secure, array $config = []) { |
35 | 36 | $this->plugin = $plugin; |
@@ -80,7 +80,7 @@ |
||
80 | 80 | /** |
81 | 81 | * Extract type or field definitions from plugins. |
82 | 82 | * |
83 | - * @param array $plugins |
|
83 | + * @param TypeSystemPluginInterface[] $plugins |
|
84 | 84 | * The list of plugins to extract the type or field definitions from. |
85 | 85 | * |
86 | 86 | * @return array |