Skip to content

Commit

Permalink
Fix invalid docblock for Collection::fromArray()
Browse files Browse the repository at this point in the history
  • Loading branch information
miamibc authored and thePanz committed Feb 9, 2024
1 parent 3679947 commit 1990ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ public function toHierarchy()
/**
* Populate a Doctrine_Collection from an array of data
*
* @param string $array
* @param array $array
* @return void
*/
public function fromArray($array, $deep = true)
Expand Down

0 comments on commit 1990ab3

Please sign in to comment.