php-ds / ext-ds

An extension providing efficient data structures for PHP 7
https://medium.com/p/9dda7af674cd
MIT License
2.11k stars 95 forks source link

Wrong documentation for Set::__construct #167

Closed enumag closed 3 years ago

enumag commented 3 years ago

https://www.php.net/manual/en/ds-set.construct.php

The method is documented as:

public Ds\Set::__construct ( mixed ...$values )

But it is actually:

public Ds\Set::__construct ([ mixed $values ])

Also reported here: https://bugs.php.net/bug.php?id=81157

cmb69 commented 3 years ago

Fixed as https://github.com/php/doc-en/commit/9e3e335d2f2319d11323185445fe91fb40352fe9.

Ticket can be closed.