Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / src / Plugin / views / wizard / WizardPluginBase.php
index 0b3dcc9a10a984c5bbe20ed64c4a0adce1105e20..badfdbe3d27b02d0a86e9832e62f023cda36528e 100644 (file)
@@ -103,7 +103,7 @@ abstract class WizardPluginBase extends PluginBase implements WizardInterface {
    * By default, filters are not exposed and added to the first non-reserved
    * filter group.
    *
-   * @var array()
+   * @var array
    */
   protected $filter_defaults = [
     'id' => NULL,
@@ -177,7 +177,7 @@ abstract class WizardPluginBase extends PluginBase implements WizardInterface {
           'plugin_id' => 'boolean',
           'entity_type' => $this->entityTypeId,
           'entity_field' => $field_name,
-        ]
+        ],
       ] + $this->filters;
     }