lib: Fix PHPDoc of Version::get()
This commit is contained in:
parent
df66d0b0f5
commit
ba09b02f5c
|
@ -11,7 +11,7 @@ class Version
|
||||||
/**
|
/**
|
||||||
* Get the version of this instance of Icinga Web 2
|
* Get the version of this instance of Icinga Web 2
|
||||||
*
|
*
|
||||||
* @return array|bool array on success, false otherwise
|
* @return array|false array on success, false otherwise
|
||||||
*/
|
*/
|
||||||
public static function get()
|
public static function get()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue