From d267686ef45f45f1fb0e44bb5e54dec065ea273b Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 18 Aug 2015 12:51:46 +0200 Subject: [PATCH] Fix PHPDoc in Web to read class loader instead of auto loader refs #5786 --- library/Icinga/Application/Web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Application/Web.php b/library/Icinga/Application/Web.php index 85ad0949e..d77afc0d8 100644 --- a/library/Icinga/Application/Web.php +++ b/library/Icinga/Application/Web.php @@ -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 */