Skip to content

Commit

Permalink
Remove useless reference operator.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 15, 2013
1 parent 672dd61 commit 247d836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Utility/File.php
Expand Up @@ -530,7 +530,7 @@ public function lastChange() {
* @return Folder Current 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;
}

Expand Down

0 comments on commit 247d836

Please sign in to comment.