Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Mar 10, 2023
1 parent 8ea08ae commit 18b55c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stubs/ext/zend_test/_ZendTestClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ public function returnsStatic() : static
public function returnsThrowable() : Throwable
{
}
#[\Since('8.1')]
public static function variadicTest(string|Iterator ...$elements) : static
{
}
}

0 comments on commit 18b55c5

Please sign in to comment.