lib: Fix PHPDoc of Version::get()

This commit is contained in:
Eric Lippmann 2015-08-27 13:06:49 +02:00
parent df66d0b0f5
commit ba09b02f5c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class Version
/**
* 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()
{