From e094118e3a48ef5d0db1bf7ecadc9c73f8e6b428 Mon Sep 17 00:00:00 2001 From: gtbu Date: Sun, 29 May 2022 13:03:08 +0200 Subject: [PATCH] Compiler update 8.1 --- include/thirdparty/ScssPhp/ScssPhp/Node/Number.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/thirdparty/ScssPhp/ScssPhp/Node/Number.php b/include/thirdparty/ScssPhp/ScssPhp/Node/Number.php index dac9300..c61b7e4 100644 --- a/include/thirdparty/ScssPhp/ScssPhp/Node/Number.php +++ b/include/thirdparty/ScssPhp/ScssPhp/Node/Number.php @@ -149,6 +149,7 @@ class Number extends Node implements \ArrayAccess /** * {@inheritdoc} */ +#[\ReturnTypeWillChange] public function offsetExists($offset) { if ($offset === -3) {