Update all @deprecated annotations

to adhere to the @deprecated <version> <description> format, where version and description are mandatory.
This commit is contained in:
Marc Würth 2014-09-02 17:03:22 +02:00
parent 9c2a25d4c0
commit 67ba9cb406
29 changed files with 78 additions and 79 deletions

View file

@ -624,7 +624,6 @@ class PaginatorHelper extends AppHelper {
*
* @param array $options Options for the counter string. See #options for list of keys.
* @return string Counter string.
* @deprecated The %page% style placeholders are deprecated.
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/paginator.html#PaginatorHelper::counter
*/
public function counter($options = array()) {