diff --git a/modules/admin/lib/Controller/Test.php b/modules/admin/lib/Controller/Test.php
index 17d6ce3a4a6844dd2d8182eacde4ba0b930ec057..64595187af83b04114b20f0d7a44704110bf536e 100644
--- a/modules/admin/lib/Controller/Test.php
+++ b/modules/admin/lib/Controller/Test.php
@@ -207,7 +207,7 @@ class Test
                             . '" /></td></tr>';
                     } elseif (is_a($value[0], 'DOMNodeList')) {
                         // try to see if we have a NameID here
-                        /** @var \DOMNodeList $value [0] */
+                        /** @var \DOMNodeList $value[0] */
                         $n = $value[0]->length;
                         for ($idx = 0; $idx < $n; $idx++) {
                             $elem = $value[0]->item($idx);