From 8b79e711afa81bb2e8b61c85255a7c8dd313f7f4 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Sat, 6 Jan 2018 20:16:47 +0100 Subject: [PATCH] Phpdoc --- lib/SimpleSAML/Utils/Arrays.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SimpleSAML/Utils/Arrays.php b/lib/SimpleSAML/Utils/Arrays.php index b7af49d01..0a5129230 100644 --- a/lib/SimpleSAML/Utils/Arrays.php +++ b/lib/SimpleSAML/Utils/Arrays.php @@ -12,7 +12,7 @@ class Arrays /** * Put a non-array variable into an array. * - * @param array $data The data to place into an array. + * @param mixed $data The data to place into an array. * @param mixed $index The index or key of the array where to place the data. Defaults to 0. * * @return array An array with one element containing $data, with key $index, or $data itself if it's already an -- GitLab