From e68617c0f0f34b991070221d11df60fcdd4675dd Mon Sep 17 00:00:00 2001 From: Sofiia Kulish Date: Mon, 10 Mar 2025 17:38:06 +0100 Subject: [PATCH] PHP8.4 support --- src/Exception/NotComparableException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Exception/NotComparableException.php b/src/Exception/NotComparableException.php index cf1165f..50838dd 100644 --- a/src/Exception/NotComparableException.php +++ b/src/Exception/NotComparableException.php @@ -13,7 +13,7 @@ class NotComparableException extends LogicException * @param mixed $rhs * @param Exception|null $previous */ - public function __construct($lhs, $rhs, Exception $previous = null) + public function __construct($lhs, $rhs, ?Exception $previous = null) { parent::__construct( sprintf(