mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 04:52:42 +00:00
Adding documentation to classes belonging to Cake console.
Standarizing on datatypes used in phpdocblocs and removing unneeded @return types git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5851 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
7bc3e307b7
commit
897825d596
91 changed files with 806 additions and 661 deletions
|
@ -63,7 +63,7 @@ class CacheHelper extends AppHelper {
|
|||
*
|
||||
* @param string $file File to cache
|
||||
* @param string $out output to cache
|
||||
* @param boolean $cache
|
||||
* @param bool $cache
|
||||
* @return view ouput
|
||||
*/
|
||||
function cache($file, $out, $cache = false) {
|
||||
|
@ -127,7 +127,7 @@ class CacheHelper extends AppHelper {
|
|||
* Parse file searching for no cache tags
|
||||
*
|
||||
* @param string $file
|
||||
* @param boolean $cache
|
||||
* @param bool $cache
|
||||
* @access private
|
||||
*/
|
||||
function __parseFile($file, $cache) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue