@@ -110,7 +110,7 @@ discard block |
||
110 | 110 | } |
111 | 111 | |
112 | 112 | /** |
113 | - * @param $cacheFile |
|
113 | + * @param string $cacheFile |
|
114 | 114 | * |
115 | 115 | * @return bool |
116 | 116 | */ |
@@ -126,7 +126,7 @@ discard block |
||
126 | 126 | /** |
127 | 127 | * @param string $key |
128 | 128 | * |
129 | - * @return mixed <p>Will return null if the was no value, otherwise it will return the cache value.</p> |
|
129 | + * @return string|null <p>Will return null if the was no value, otherwise it will return the cache value.</p> |
|
130 | 130 | */ |
131 | 131 | protected function getInternalFileValueCache($key) |
132 | 132 | { |