Fix PHPDoc in ApplicationBootstrap to read class loader instead of auto loader
refs #5786
This commit is contained in:
parent
e31dce97a9
commit
cb8fb93ab0
|
@ -78,7 +78,7 @@ abstract class ApplicationBootstrap
|
||||||
protected $configDir;
|
protected $configDir;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Icinga auto loader
|
* Icinga class loader
|
||||||
*
|
*
|
||||||
* @var ClassLoader
|
* @var ClassLoader
|
||||||
*/
|
*/
|
||||||
|
@ -339,7 +339,7 @@ abstract class ApplicationBootstrap
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Setup Icinga auto loader
|
* Setup Icinga class loader
|
||||||
*
|
*
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue