[stable25] add wrapper for external storage to ensure we don't get an mtime that is lower than we know it is #33222
static-code-analysis.yml
on: pull_request
static-code-analysis
4m 59s
static-code-analysis-ocp
4m 6s
Annotations
5 errors and 2 warnings
ParamNameMismatch:
lib/private/Files/Storage/Wrapper/KnownMtime.php#L85
lib/private/Files/Storage/Wrapper/KnownMtime.php:85:25: ParamNameMismatch: Argument 1 of OC\Files\Storage\Wrapper\KnownMtime::rename has wrong name $source, expecting $path1 as defined by OCP\Files\Storage\IStorage::rename (see https://psalm.dev/230)
|
ParamNameMismatch:
lib/private/Files/Storage/Wrapper/KnownMtime.php#L85
lib/private/Files/Storage/Wrapper/KnownMtime.php:85:34: ParamNameMismatch: Argument 2 of OC\Files\Storage\Wrapper\KnownMtime::rename has wrong name $target, expecting $path2 as defined by OCP\Files\Storage\IStorage::rename (see https://psalm.dev/230)
|
ParamNameMismatch:
lib/private/Files/Storage/Wrapper/KnownMtime.php#L94
lib/private/Files/Storage/Wrapper/KnownMtime.php:94:23: ParamNameMismatch: Argument 1 of OC\Files\Storage\Wrapper\KnownMtime::copy has wrong name $source, expecting $path1 as defined by OCP\Files\Storage\IStorage::copy (see https://psalm.dev/230)
|
ParamNameMismatch:
lib/private/Files/Storage/Wrapper/KnownMtime.php#L94
lib/private/Files/Storage/Wrapper/KnownMtime.php:94:32: ParamNameMismatch: Argument 2 of OC\Files\Storage\Wrapper\KnownMtime::copy has wrong name $target, expecting $path2 as defined by OCP\Files\Storage\IStorage::copy (see https://psalm.dev/230)
|
static-code-analysis
Process completed with exit code 1.
|
static-code-analysis-ocp
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
static-code-analysis
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|