fix(IStorage): Use correct return type for stat

Signed-off-by: provokateurin <kate@provokateurin.de>
pull/58286/head
provokateurin 2 weeks ago
parent 2d486c5629
commit 7ceddb3ffb
No known key found for this signature in database
  1. 2
      lib/public/Files/Storage/IStorage.php

@ -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…
Cancel
Save