mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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…
x
Reference in New Issue
Block a user