mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Removing doc for param that no longer exists.
This commit is contained in:
parent
6d8fa76bed
commit
c00cebb0c3
1 changed files with 0 additions and 1 deletions
|
@ -710,7 +710,6 @@ class HtmlHelper extends AppHelper {
|
||||||
* @param string $text String content that will appear inside the div element.
|
* @param string $text String content that will appear inside the div element.
|
||||||
* If null, only a start tag will be printed
|
* If null, only a start tag will be printed
|
||||||
* @param array $options Additional HTML attributes of the DIV tag, see above.
|
* @param array $options Additional HTML attributes of the DIV tag, see above.
|
||||||
* @param boolean $escape If true, $text will be HTML-escaped (Deprecated, use $options['escape'])
|
|
||||||
* @return string The formatted tag element
|
* @return string The formatted tag element
|
||||||
* @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue