From 3ed1ebc8713a8dce2bb002942f9e1acfb4c705d9 Mon Sep 17 00:00:00 2001
From: webchick <drupal@webchick.net>
Date: Tue, 14 Jul 2015 21:36:21 -0700
Subject: [PATCH] Issue #2532618 by TR: "return" used instead of "@return" in
 documentation

---
 .../Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php b/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php
index 26d8200c83e0..077a40dd3895 100644
--- a/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php
+++ b/core/lib/Drupal/Component/PhpStorage/MTimeProtectedFileStorage.php
@@ -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) {
-- 
GitLab