mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +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;
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user