Skip to content

Commit

Permalink
Improving doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Aug 13, 2014
1 parent 2dc3782 commit 821a7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basics.php
Expand Up @@ -468,7 +468,7 @@ function __x($context, $singular, $args = null) {
/**
* Returns a new Cake\Collection\Collection object wrapping the passed argument
*
* @param \Traversable|array $items
* @param \Traversable|array $items The items from which the collection will be built
* @return \Cake\Collection\Collection
*/
function collection($items) {
Expand Down

0 comments on commit 821a7df

Please sign in to comment.