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

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

View File

@ -78,7 +78,7 @@ abstract class ApplicationBootstrap
protected $configDir;
/**
* Icinga auto loader
* Icinga class loader
*
* @var ClassLoader
*/
@ -339,7 +339,7 @@ abstract class ApplicationBootstrap
}
/**
* Setup Icinga auto loader
* Setup Icinga class loader
*
* @return $this
*/