Issue #2532618 by TR: "return" used instead of "@return" in documentation
parent
100f2a22fd
commit
3ed1ebc871
|
@ -58,7 +58,8 @@ class MTimeProtectedFileStorage extends MTimeProtectedFastFileStorage {
|
|||
*
|
||||
* @param string $name
|
||||
* The virtual file name. Can be a relative path.
|
||||
* return string
|
||||
*
|
||||
* @return string|false
|
||||
* The full path where the file is if it is valid, FALSE otherwise.
|
||||
*/
|
||||
protected function checkFile($name) {
|
||||
|
|
Loading…
Reference in New Issue