From ba09b02f5c1c8ba007a4a5af16244a2cc4cc7471 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 27 Aug 2015 13:06:49 +0200 Subject: [PATCH] lib: Fix PHPDoc of Version::get() --- library/Icinga/Application/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Application/Version.php b/library/Icinga/Application/Version.php index 3b7b51e50..c06eca2c2 100644 --- a/library/Icinga/Application/Version.php +++ b/library/Icinga/Application/Version.php @@ -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() {