mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Remove incorrect parameter in HtmlHelper::script docblock example
Fixes #76
This commit is contained in:
parent
b8d67e581a
commit
f69edb5c80
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…
Reference in a new issue