mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Merge pull request #440 from shama/patch-html-doc
Remove incorrect parameter in HtmlHelper::script docblock example
This commit is contained in:
commit
c877d17f86
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ class HtmlHelper extends AppHelper {
|
|||
*
|
||||
* Add the script file to the `$scripts_for_layout` layout var:
|
||||
*
|
||||
* `$this->Html->script('styles.js', null, array('inline' => false));`
|
||||
* `$this->Html->script('styles.js', array('inline' => false));`
|
||||
*
|
||||
* ### Options
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue