Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / src / Plugin / Derivative / ViewsExposedFilterBlock.php
index fc2e9b894b7fca05ca9fc4ce2017d146f62e797d..f700f16aceb57ab91af8e328dc10395fa3541801 100644 (file)
@@ -91,8 +91,8 @@ class ViewsExposedFilterBlock implements ContainerDeriverInterface {
               'config_dependencies' => [
                 'config' => [
                   $view->getConfigDependencyName(),
-                ]
-              ]
+                ],
+              ],
             ];
             $this->derivatives[$delta] += $base_plugin_definition;
           }