Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(storage): use latest StorageWrapper signature #1534

Closed
wants to merge 1 commit into from

Conversation

max-nextcloud
Copy link
Collaborator

No description provided.

@@ -164,7 +164,7 @@ public function is_file($path): bool {
parent::is_file($path);
}

public function stat($path) {
public function stat(string $path): array|false {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public function stat(string $path): array|false {
public function stat($path): array|false {

@juliusknorr
Copy link
Member

I also did that in #1522 last week 🙈

@max-nextcloud
Copy link
Collaborator Author

closing in favor of #1522

Thanks @provokateurin and @juliushaertl - and sorry for the noise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ☑️ Done
Development

Successfully merging this pull request may close these issues.

3 participants