Skip to content

Commit e4b6d37

Browse files
authored
Merge pull request #7194 from ping-yee/docs-replace-mixed-in-others-cahce-class
docs: replace type mixed in the remaining cache class.
2 parents 46a5d1e + 410cc75 commit e4b6d37

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

system/Cache/Handlers/FileHandler.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function isSupported(): bool
229229
* Does the heavy lifting of actually retrieving the file and
230230
* verifying it's age.
231231
*
232-
* @return mixed
232+
* @return array|bool|float|int|object|string|null
233233
*/
234234
protected function getItem(string $filename)
235235
{
@@ -366,8 +366,8 @@ protected function getDirFileInfo(string $sourceDir, bool $topLevelOnly = true,
366366
* Options are: name, server_path, size, date, readable, writable, executable, fileperms
367367
* Returns FALSE if the file cannot be found.
368368
*
369-
* @param string $file Path to file
370-
* @param mixed $returnedValues Array or comma separated string of information returned
369+
* @param string $file Path to file
370+
* @param array|string $returnedValues Array or comma separated string of information returned
371371
*
372372
* @return array|false
373373
*/

0 commit comments

Comments
 (0)