We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6c934c + adba3f2 commit 6244bf3Copy full SHA for 6244bf3
composer.json
@@ -27,7 +27,7 @@
27
}
28
},
29
"require": {
30
- "php": "^7.2"
+ "php": "^7.2 || ^8.0"
31
32
"require-dev": {
33
"phpunit/phpunit": "^8.2"
src/CollectionInterface.php
@@ -135,7 +135,7 @@ public function exchangeArray(array $elements): void;
135
public function append($element): void;
136
137
/**
138
- * @phpstan-param class-string<ArrayAccess>|string $iteratorClass
+ * @phpstan-param class-string<\ArrayAccess>|string $iteratorClass
139
*
140
* @throws InvalidArgumentException When the given iterator class does not implement ArrayAccess.
141
*/
0 commit comments