diff --git a/src/Service/UWServiceInterface.php b/src/Service/UWServiceInterface.php
index c837c74dda234b82a646e06274ca37c7c7234d21..e61893790b51b22049b61ec9f92716df5bcb6e93 100644
--- a/src/Service/UWServiceInterface.php
+++ b/src/Service/UWServiceInterface.php
@@ -101,10 +101,10 @@ interface UWServiceInterface {
   /**
    * Function to check that all menu links are published.
    *
-   * @param $menu
+   * @param array $menu
    *   The array of menus.
    */
-  public function uwCheckPublishedMenuItems(&$menu): void;
+  public function uwCheckPublishedMenuItems(array &$menu): void;
 
   /**
    * A function to setup the menu for UW display.