mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
fix(IStorage): Use correct return type for stat
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
2d486c5629
commit
7ceddb3ffb
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ interface IStorage {
|
|||
* see https://www.php.net/manual/en/function.stat.php
|
||||
* only the following keys are required in the result: size and mtime
|
||||
*
|
||||
* @return array|false
|
||||
* @return array<int|string, mixed>|false
|
||||
* @since 9.0.0
|
||||
*/
|
||||
public function stat(string $path);
|
||||
|
|
|
|||
Loading…
Reference in a new issue