Skip to content

Commit 18b55c5

Browse files
committed
Update stubs
1 parent 8ea08ae commit 18b55c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stubs/ext/zend_test/_ZendTestClass.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@ public function returnsStatic() : static
2626
public function returnsThrowable() : Throwable
2727
{
2828
}
29+
#[\Since('8.1')]
30+
public static function variadicTest(string|Iterator ...$elements) : static
31+
{
32+
}
2933
}

0 commit comments

Comments
 (0)