From 25ee577eba14e3cdb2bdce3b5b59e54e7fa3f386 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Tue, 21 Sep 2021 12:07:37 +0200 Subject: [PATCH] :bulb: phpdoc --- application/utils.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/utils.inc.php b/application/utils.inc.php index 510101a8d..23fca6cb9 100644 --- a/application/utils.inc.php +++ b/application/utils.inc.php @@ -2827,7 +2827,7 @@ HTML; * @since 2.6.0 method creation * @since 3.0.0 add the `developer_mode.enabled` config parameter * - * @uses developer_mode.enabled` config parameter + * @uses developer_mode.enabled config parameter, but always read it from disk * @uses ITOP_REVISION constant (check 'svn' value) */ public static function IsDevelopmentEnvironment()