We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 982455d + 14ef417 commit fe982b3Copy full SHA for fe982b3
1 file changed
src/Sequence.php
@@ -13,14 +13,6 @@
13
*/
14
interface Sequence extends Collection
15
{
16
- /**
17
- * Creates a new sequence using the values of either an array or iterable
18
- * object as initial values.
19
- *
20
- * @param array|\Traversable|null $values
21
- */
22
- function __construct($values = null);
23
-
24
/**
25
* Ensures that enough memory is allocated for a required capacity.
26
*
0 commit comments