Skip to content

Commit dc6f5d1

Browse files
committed
feat: improve export method docs
1 parent 61e5873 commit dc6f5d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Type/Collection.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ final public function __construct()
2424
parent::__construct([]);
2525
}
2626

27+
/**
28+
* @return array<T>
29+
*/
2730
public function export(): array
2831
{
2932
return $this->data;

0 commit comments

Comments
 (0)