fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-29 03:01:06 +00:00
parent 13bf197ac7
commit fa68acc4be

View File

@ -83,7 +83,7 @@ final class Autoloader
/**
* Add base path for autoloading
*
* @param string $amp Namespace start
* @param string $map Namespace start
* @param string $path Absolute base path with / at the end
*
* @return void
@ -112,7 +112,7 @@ final class Autoloader
/**
* Check if a namespace map is already in the classpath list
*
* @param string $amp Namespace start
* @param string $map Namespace start
*
* @return bool
*