mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-12 20:49:50 +00:00
Fix coding standards in comment.
This commit is contained in:
parent
1ce89545bd
commit
e85ac9339e
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ class Cache {
|
|||
*
|
||||
* {{{
|
||||
* $model = $this;
|
||||
* $results = Cache::remember('all_articles', function () use ($model) {
|
||||
* $results = Cache::remember('all_articles', function() use ($model) {
|
||||
* return $model->find('all');
|
||||
* });
|
||||
* }}}
|
||||
|
|
Loading…
Add table
Reference in a new issue