Skip to content

Commit 1990ab3

Browse files
miamibcthePanz
authored andcommitted
Fix invalid docblock for Collection::fromArray()
1 parent 3679947 commit 1990ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Doctrine/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ public function toHierarchy()
811811
/**
812812
* Populate a Doctrine_Collection from an array of data
813813
*
814-
* @param string $array
814+
* @param array $array
815815
* @return void
816816
*/
817817
public function fromArray($array, $deep = true)

0 commit comments

Comments
 (0)