Browse Source

Remove deprecation notice.

The chunks() method no longer exists. So this method is not deprecated.
Mark Story 8 years ago
parent
commit
650afd814a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Collection/CollectionInterface.php

+ 0 - 1
src/Collection/CollectionInterface.php

@@ -975,7 +975,6 @@ interface CollectionInterface extends Iterator, JsonSerializable
      *
      * @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);