We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea08ae commit 18b55c5Copy full SHA for 18b55c5
stubs/ext/zend_test/_ZendTestClass.php
@@ -26,4 +26,8 @@ public function returnsStatic() : static
26
public function returnsThrowable() : Throwable
27
{
28
}
29
+ #[\Since('8.1')]
30
+ public static function variadicTest(string|Iterator ...$elements) : static
31
+ {
32
+ }
33
0 commit comments