mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
fix(IStorage): Use correct return type for stat
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user