diff --git a/tests/Utilities/ArraysTest.php b/tests/Utilities/ArraysTest.php index 81a1dbe..e68b25a 100644 --- a/tests/Utilities/ArraysTest.php +++ b/tests/Utilities/ArraysTest.php @@ -2569,7 +2569,7 @@ letsTest[2] = value_2;'; ]; } - public function provideValueToIsEmptyArray(): ?\Generator + public function provideValueToIsEmptyArray(): ?Generator { yield[ 'An empty string', @@ -2616,7 +2616,7 @@ letsTest[2] = value_2;'; ]; } - public function provideValueToIsNotEmptyArray(): ?\Generator + public function provideValueToIsNotEmptyArray(): ?Generator { yield[ 'An empty string',