Completed
Push — 8.x-1.x ( 8c7999...5d86db )
by Janez
03:37
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/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.