Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / metatag / metatag_views / metatag_views.module
index 463fb0f6365ef6dbf501e292b3e2a6357105cc04..02b9e9cd88282a856b9e5f690777e3bc636131f7 100644 (file)
@@ -51,7 +51,7 @@ function metatag_get_view_tags($view, $display_id = NULL) {
 /**
  * Implements hook_metatags_alter().
  */
-function metatag_views_metatags_alter(&$metatags, $context) {
+function metatag_views_metatags_alter(array &$metatags, array &$context) {
   if (!$context['entity'] instanceof ViewEntityInterface) {
     return;
   }