Completed
Push — 8.x-1.x ( b30d75...4eb492 )
by Janez
02:40
created
src/Plugin/EntityBrowser/Display/Modal.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -279,7 +279,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.
src/Plugin/Field/FieldWidget/EntityReference.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -54,8 +54,6 @@
 block discarded – undo
54 54
   /**
55 55
    * Constructs widget plugin.
56 56
    *
57
-   * @param array $configuration
58
-   *   A configuration array containing information about the plugin instance.
59 57
    * @param string $plugin_id
60 58
    *   The plugin_id for the plugin instance.
61 59
    * @param mixed $plugin_definition
Please login to merge, or discard this patch.
src/Plugin/views/field/SelectForm.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -45,10 +45,6 @@
 block discarded – undo
45 45
   /**
46 46
    * Form constructor for the bulk form.
47 47
    *
48
-   * @param array $form
49
-   *   An associative array containing the structure of the form.
50
-   * @param \Drupal\Core\Form\FormStateInterface $form_state
51
-   *   The current state of the form.
52 48
    */
53 49
   public function viewsForm(&$render) {
54 50
     // Only add the bulk form options and buttons if there are results.
Please login to merge, or discard this patch.