From 8bec661288b276c98bdb0e773e5f4d5275dc4c87 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 20 Oct 2023 16:44:35 +0300 Subject: update AWK SDK --- vendor/aws/aws-sdk-php/src/Crypto/Polyfill/ByteArray.php | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/aws/aws-sdk-php/src/Crypto/Polyfill') diff --git a/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/ByteArray.php b/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/ByteArray.php index c3472b0..7f5449e 100644 --- a/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/ByteArray.php +++ b/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/ByteArray.php @@ -138,6 +138,7 @@ class ByteArray extends \SplFixedArray * @param int $newval * @return void */ + #[\ReturnTypeWillChange] public function offsetSet($index, $newval) { parent::offsetSet($index, $newval & 0xff); -- cgit v1.2.3