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 b17f285 commit 7c6e4d3Copy full SHA for 7c6e4d3
src/Types/CypherList.php
@@ -43,7 +43,7 @@ final class CypherList implements CypherContainerInterface
43
/**
44
* @param iterable<T> $array
45
*/
46
- public function __construct(iterable $array)
+ public function __construct(iterable $array = [])
47
{
48
if ($array instanceof self) {
49
$this->array = $array->array;
0 commit comments