mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Remove useless reference operator.
This commit is contained in:
parent
672dd6178f
commit
247d836174
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ class File {
|
||||||
* @return Folder Current folder
|
* @return Folder Current folder
|
||||||
* @link http://book.cakephp.org/2.0/en/core-utility-libraries/file-folder.html#File::Folder
|
* @link http://book.cakephp.org/2.0/en/core-utility-libraries/file-folder.html#File::Folder
|
||||||
*/
|
*/
|
||||||
public function &folder() {
|
public function folder() {
|
||||||
return $this->Folder;
|
return $this->Folder;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue