Skip to content

Commit f26642e

Browse files
committed
Add createFromArray method
1 parent 8efaca6 commit f26642e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArrayReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function __construct(array $data = [])
3030
*
3131
* @param array $data The data
3232
*
33-
* @return $this The new instance
33+
* @return self The new instance
3434
*/
3535
public static function createFromArray(array $data = []): self
3636
{

0 commit comments

Comments
 (0)