mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 12:32:42 +00:00
Update all @deprecated annotations
to adhere to the @deprecated <version> <description> format, where version and description are mandatory.
This commit is contained in:
parent
9c2a25d4c0
commit
67ba9cb406
29 changed files with 78 additions and 79 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue