From 4acee8ab06d30ac361b25959dd9d6b166d715c6d Mon Sep 17 00:00:00 2001 From: raviks789 <33730024+raviks789@users.noreply.github.com> Date: Tue, 15 Aug 2023 11:02:15 +0200 Subject: [PATCH] `Inspection`: Fix return type of method `error()` --- library/Icinga/Data/Inspection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Data/Inspection.php b/library/Icinga/Data/Inspection.php index 4ee762647..b0dd29806 100644 --- a/library/Icinga/Data/Inspection.php +++ b/library/Icinga/Data/Inspection.php @@ -71,7 +71,7 @@ class Inspection * * @throws ProgrammingError When called multiple times * - * @return this fluent interface + * @return $this fluent interface */ public function error($entry) {