We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e5873 commit dc6f5d1Copy full SHA for dc6f5d1
1 file changed
src/Type/Collection.php
@@ -24,6 +24,9 @@ final public function __construct()
24
parent::__construct([]);
25
}
26
27
+ /**
28
+ * @return array<T>
29
+ */
30
public function export(): array
31
{
32
return $this->data;
0 commit comments