Issue #2532618 by TR: "return" used instead of "@return" in documentation

8.0.x
webchick 2015-07-14 21:36:21 -07:00
parent 100f2a22fd
commit 3ed1ebc871
1 changed files with 2 additions and 1 deletions

View File

@ -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) {