Skip to content

Commit fe982b3

Browse files
authored
Merge pull request #43 from lelgaunt/sequence-constructor
Removed constructor declaration from the sequence interface
2 parents 982455d + 14ef417 commit fe982b3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Sequence.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@
1313
*/
1414
interface Sequence extends Collection
1515
{
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-
2416
/**
2517
* Ensures that enough memory is allocated for a required capacity.
2618
*

0 commit comments

Comments
 (0)