Skip to content

Commit

Permalink
Remove deprecation notice.
Browse files Browse the repository at this point in the history
The chunks() method no longer exists. So this method is not deprecated.
  • Loading branch information
markstory committed Oct 25, 2017
1 parent 22895fc commit 650afd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Collection/CollectionInterface.php
Expand Up @@ -975,7 +975,6 @@ public function zipWith($items, $callable);
*
* @param int $chunkSize The maximum size for each chunk
* @return \Cake\Collection\CollectionInterface
* @deprecated 4.0.0 Deprecated in favor of chunks
*/
public function chunk($chunkSize);

Expand Down

0 comments on commit 650afd8

Please sign in to comment.