Browse Source

Fixing doc block

José Lorenzo Rodríguez 11 years ago
parent
commit
848532b5d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Collection/CollectionInterface.php

+ 1 - 1
src/Collection/CollectionInterface.php

@@ -825,7 +825,7 @@ interface CollectionInterface extends Iterator, JsonSerializable
      * });
      * ```
      *
-     * @param callable $transformer A callable function that will receive
+     * @param callable $handler A callable function that will receive
      * this collection as first argument.
      * @return \Cake\Collection\CollectionInterface
      */