mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Updating doc block.
This commit is contained in:
parent
856392e916
commit
6b575673f7
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ class JsHelper extends AppHelper {
|
|||
/**
|
||||
* Get all the cached scripts
|
||||
*
|
||||
* @param boolean $clear Whether or not to clear the script caches
|
||||
* @param boolean $clear Whether or not to clear the script caches (default true)
|
||||
* @return array Array of scripts added to the request.
|
||||
**/
|
||||
function getBuffer($clear = true) {
|
||||
|
|
Loading…
Reference in a new issue