From 95102e49a2c0b2ab43ea9fda71e9b749d38f61b0 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tim.dijen@minbzk.nl>
Date: Mon, 17 Feb 2020 15:45:52 +0100
Subject: [PATCH] Fix phpdoc

---
 lib/SimpleSAML/Locale/Translate.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/SimpleSAML/Locale/Translate.php b/lib/SimpleSAML/Locale/Translate.php
index e2d2fe7d2..0fad76cac 100644
--- a/lib/SimpleSAML/Locale/Translate.php
+++ b/lib/SimpleSAML/Locale/Translate.php
@@ -254,8 +254,8 @@ class Translate
      * used ONLY for variable data, or when the translation is already provided by an external source, as a database
      * or in metadata.
      *
-     * @param string       $tag The tag that has a translation
-     * @param array|string $translation The translation array
+     * @param string $tag The tag that has a translation
+     * @param mixed  $translation The translation array
      *
      * @throws \Exception If $translation is neither a string nor an array.
      * @return void
-- 
GitLab