@@ -246,7 +246,7 @@ discard block |
||
246 | 246 | } |
247 | 247 | |
248 | 248 | /** |
249 | - * @return mixed |
|
249 | + * @return integer|null |
|
250 | 250 | */ |
251 | 251 | public function getSourceVersion() |
252 | 252 | { |
@@ -1078,7 +1078,7 @@ discard block |
||
1078 | 1078 | /** |
1079 | 1079 | * Parses the array to cache and writes the resulting PHP string to disk |
1080 | 1080 | * |
1081 | - * @return boolean False on write error, true otherwise |
|
1081 | + * @return string False on write error, true otherwise |
|
1082 | 1082 | */ |
1083 | 1083 | protected function _buildCache() |
1084 | 1084 | { |
@@ -1201,7 +1201,7 @@ discard block |
||
1201 | 1201 | /** |
1202 | 1202 | * @param string $content |
1203 | 1203 | * |
1204 | - * @return mixed |
|
1204 | + * @return string |
|
1205 | 1205 | */ |
1206 | 1206 | protected function sanitizeContent($content) |
1207 | 1207 | { |
@@ -1253,7 +1253,7 @@ discard block |
||
1253 | 1253 | * |
1254 | 1254 | * @param array $array The array to parse and convert |
1255 | 1255 | * |
1256 | - * @return boolean False on write error, true otherwise |
|
1256 | + * @return string False on write error, true otherwise |
|
1257 | 1257 | */ |
1258 | 1258 | protected function _array2string($array) |
1259 | 1259 | { |