From 4c27017a4315d8b3a4c814b74eea4d07b5cca956 Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Mon, 23 Oct 2023 13:06:42 +0200 Subject: [PATCH] RemoveEscalationForm: Fix params name --- application/forms/RemoveEscalationForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms/RemoveEscalationForm.php b/application/forms/RemoveEscalationForm.php index 1154d7506..4bc9cb798 100644 --- a/application/forms/RemoveEscalationForm.php +++ b/application/forms/RemoveEscalationForm.php @@ -57,7 +57,7 @@ protected function assemble() /** * Method to set disabled state of remove button * - * @param bool $disable + * @param bool $state * * @return $this */