mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Rrue to True, simple typo
This commit is contained in:
parent
c729b56b23
commit
8895405577
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ class File {
|
|||
/**
|
||||
* Returns true if the File is executable.
|
||||
*
|
||||
* @return boolean Rrue if it's executable, false otherwise
|
||||
* @return boolean True if it's executable, false otherwise
|
||||
* @link http://book.cakephp.org/2.0/en/core-utility-libraries/file-folder.html#File::executable
|
||||
*/
|
||||
public function executable() {
|
||||
|
|
Loading…
Reference in a new issue