mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 02:52:41 +00:00
Spelling and grammar fixes
This commit is contained in:
parent
0f71254fe1
commit
8197f87dbc
45 changed files with 97 additions and 97 deletions
|
@ -86,7 +86,7 @@ class CacheHelper extends AppHelper {
|
|||
* @param string $file File to cache
|
||||
* @param string $out output to cache
|
||||
* @param boolean $cache Whether or not a cache file should be written.
|
||||
* @return string view ouput
|
||||
* @return string view output
|
||||
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/cache.html
|
||||
*/
|
||||
public function cache($file, $out, $cache = false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue