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

[stable25] add wrapper for external storage to ensure we don't get an mtime that is lower than we know it is #40571

Closed
wants to merge 3 commits into from

use correct clock interface for 25

99e84de
Select commit
Loading
Failed to load commit list.
Closed

[stable25] add wrapper for external storage to ensure we don't get an mtime that is lower than we know it is #40571

use correct clock interface for 25
99e84de
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Psalm failed Oct 25, 2023 in 5s

4 new alerts including 4 errors

New alerts in code changed by this pull request

  • 4 errors

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 85 in lib/private/Files/Storage/Wrapper/KnownMtime.php

See this annotation in the file changed.

Code scanning / Psalm

ParamNameMismatch Error

Argument 1 of OC\Files\Storage\Wrapper\KnownMtime::rename has wrong name $source, expecting $path1 as defined by OCP\Files\Storage\IStorage::rename

Check failure on line 85 in lib/private/Files/Storage/Wrapper/KnownMtime.php

See this annotation in the file changed.

Code scanning / Psalm

ParamNameMismatch Error

Argument 2 of OC\Files\Storage\Wrapper\KnownMtime::rename has wrong name $target, expecting $path2 as defined by OCP\Files\Storage\IStorage::rename

Check failure on line 94 in lib/private/Files/Storage/Wrapper/KnownMtime.php

See this annotation in the file changed.

Code scanning / Psalm

ParamNameMismatch Error

Argument 1 of OC\Files\Storage\Wrapper\KnownMtime::copy has wrong name $source, expecting $path1 as defined by OCP\Files\Storage\IStorage::copy

Check failure on line 94 in lib/private/Files/Storage/Wrapper/KnownMtime.php

See this annotation in the file changed.

Code scanning / Psalm

ParamNameMismatch Error

Argument 2 of OC\Files\Storage\Wrapper\KnownMtime::copy has wrong name $target, expecting $path2 as defined by OCP\Files\Storage\IStorage::copy