Navigation Menu

Skip to content

Commit

Permalink
correct deprecation notices
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Apr 4, 2014
1 parent 5c31641 commit 8239096
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/Cake/Controller/Controller.php
Expand Up @@ -1075,7 +1075,6 @@ public function postConditions($data = array(), $op = null, $bool = 'AND', $excl
* @param array $whitelist List of allowed options for paging
* @return array Model query results
* @link http://book.cakephp.org/2.0/en/controllers.html#Controller::paginate
* @deprecated Will be removed in 3.0. Use PaginatorComponent instead.
*/
public function paginate($object = null, $scope = array(), $whitelist = array()) {
return $this->Components->load('Paginator', $this->paginate)->paginate($object, $scope, $whitelist);
Expand Down
1 change: 1 addition & 0 deletions lib/Cake/Utility/Set.php
Expand Up @@ -23,6 +23,7 @@
* Class used for manipulation of arrays.
*
* @package Cake.Utility
* @deprecated Deprecated since version 2.4, will be removed in 3.0. Use Hash instead.
*/
class Set {

Expand Down

0 comments on commit 8239096

Please sign in to comment.