mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Fixed docblock
This commit is contained in:
parent
eb34e011e2
commit
155c7585e0
1 changed files with 1 additions and 1 deletions
|
@ -1094,7 +1094,7 @@ class View extends Object {
|
|||
* Return all possible paths to find view files in order
|
||||
*
|
||||
* @param string $plugin Optional plugin name to scan for view files.
|
||||
* @param boolean $cached Set to true to force a refresh of view paths.
|
||||
* @param boolean $cached Set to false to force a refresh of view paths. Default true.
|
||||
* @return array paths
|
||||
*/
|
||||
protected function _paths($plugin = null, $cached = true) {
|
||||
|
|
Loading…
Add table
Reference in a new issue