Skip to content
Snippets Groups Projects
Commit 3ed1ebc8 authored by Angie Byron's avatar Angie Byron
Browse files

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

parent 100f2a22
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,8 @@ public function exists($name) {
*
* @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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment