From 17832e9c707d9497d1f149f90be34bafd232b1a7 Mon Sep 17 00:00:00 2001 From: Tiago Fernandes Date: Wed, 11 Sep 2024 12:42:18 +0100 Subject: [PATCH] Update Volition.php --- src/Volition.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Volition.php b/src/Volition.php index 2e7391a..0b6b7a6 100644 --- a/src/Volition.php +++ b/src/Volition.php @@ -21,7 +21,6 @@ class Volition */ public function getElement(string $elementType, bool $throw = false): ?string { - // @phpstan-ignore-next-line $payloadClass = $this->conditions[$elementType] ?? $this->actions[$elementType] ?? null; throw_if( $payloadClass === null && $throw,