-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[stable25] add wrapper for external storage to ensure we don't get an mtime that is lower than we know it is #40571
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Psalm found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
@@ -40,29 +41,17 @@ | |||
use OCP\Files\Storage\IStorageFactory; | |||
use OCP\Files\StorageNotAvailableException; | |||
use OCP\IUser; | |||
use Psr\Clock\ClockInterface; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a dependency on 25
…w it is Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
180f6d3
to
a3af20f
Compare
Signed-off-by: Robin Appelman <[email protected]>
a3af20f
to
99e84de
Compare
return $result; | ||
} | ||
|
||
public function rename($source, $target) { |
Check failure
Code scanning / Psalm
ParamNameMismatch Error
return $result; | ||
} | ||
|
||
public function rename($source, $target) { |
Check failure
Code scanning / Psalm
ParamNameMismatch Error
return $result; | ||
} | ||
|
||
public function copy($source, $target) { |
Check failure
Code scanning / Psalm
ParamNameMismatch Error
return $result; | ||
} | ||
|
||
public function copy($source, $target) { |
Check failure
Code scanning / Psalm
ParamNameMismatch Error
:tumbleweed: |
closing for lack of activity |
Backport of #40499