@@ -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()) { |
@@ -29,6 +29,7 @@ |
||
29 | 29 | |
30 | 30 | /** |
31 | 31 | * {@inheritdoc} |
32 | + * @param boolean $secure |
|
32 | 33 | */ |
33 | 34 | public function __construct(FieldPluginBase $plugin, $secure, array $config = []) { |
34 | 35 | $this->plugin = $plugin; |