summaryrefslogtreecommitdiff
path: root/tests/autoload.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/autoload.php')
-rw-r--r--tests/autoload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autoload.php b/tests/autoload.php
index 3168ce3d..62589e16 100644
--- a/tests/autoload.php
+++ b/tests/autoload.php
@@ -4,5 +4,5 @@ use Composer\Autoload\ClassLoader;
require_once __DIR__ . '/../includes/autoload.php';
-/** @var $loader ClassLoader */
+/** @var ClassLoader $loader */
$loader->addPsr4('Engelsystem\\Test\\', __DIR__ . '/');