@@ -279,7 +279,7 @@ |
||
| 279 | 279 | /** |
| 280 | 280 | * Helper function to return commands to return in AjaxResponse. |
| 281 | 281 | * |
| 282 | - * @return array |
|
| 282 | + * @return SelectEntitiesCommand[] |
|
| 283 | 283 | * An array of ajax commands. |
| 284 | 284 | */ |
| 285 | 285 | public function getAjaxCommands(FormStateInterface $form_state) { |
@@ -59,8 +59,6 @@ discard block |
||
| 59 | 59 | /** |
| 60 | 60 | * Sets the id of the widget selector plugin |
| 61 | 61 | * |
| 62 | - * @param string $display |
|
| 63 | - * The id of the widget selector plugin. |
|
| 64 | 62 | * |
| 65 | 63 | * @return \Drupal\entity_browser\EntityBrowserInterface |
| 66 | 64 | * The class instance this method is called on. |
@@ -70,8 +68,6 @@ discard block |
||
| 70 | 68 | /** |
| 71 | 69 | * Sets the id of the selection display plugin |
| 72 | 70 | * |
| 73 | - * @param string $display |
|
| 74 | - * The id of the selection display plugin. |
|
| 75 | 71 | * |
| 76 | 72 | * @return \Drupal\entity_browser\EntityBrowserInterface |
| 77 | 73 | * The class instance this method is called on. |