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 982455d commit 14ef417Copy full SHA for 14ef417
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