Fix PHPDoc in Web to read class loader instead of auto loader

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-18 12:51:46 +02:00
parent cb8fb93ab0
commit d267686ef4
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ class Web extends EmbeddedWeb
}
/**
* Setup auto loader namespaces for Icinga\Controllers and Icinga\Forms
* Setup class loader namespaces for Icinga\Controllers and Icinga\Forms
*
* @return $this
*/