diff --git a/modules/admin/lib/Controller/Test.php b/modules/admin/lib/Controller/Test.php
index cb9fa773100fb6042f1dbff9a88f09c36d191945..e722280aaf3dce66eaf006295618df228d1173fa 100644
--- a/modules/admin/lib/Controller/Test.php
+++ b/modules/admin/lib/Controller/Test.php
@@ -197,7 +197,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);