diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-10-18 12:49:34 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2022-10-18 17:21:47 +0200 |
commit | a5ea677370df4479cc309f4c359599590c24f278 (patch) | |
tree | cd861667f467b31ff58ecf39613507432eb83d35 /build | |
parent | 732badf552c91733192e87d6ceb2848b4b75d439 (diff) | |
download | nextcloud-server-a5ea677370df4479cc309f4c359599590c24f278.tar.gz nextcloud-server-a5ea677370df4479cc309f4c359599590c24f278.zip |
Rename file1 and file2 to source and target in Storage abstraction
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 795f34eda67..3f0b9173877 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1108,9 +1108,7 @@ <TooManyArguments occurrences="1"> <code>dispatch</code> </TooManyArguments> - <InvalidArgument occurrences="1"> - <code>dispatch</code> - </InvalidArgument> + <InvalidArgument occurrences="1"/> </file> <file src="apps/files_sharing/lib/AppInfo/Application.php"> <InvalidArgument occurrences="6"> @@ -2748,10 +2746,6 @@ <InvalidScalarArgument occurrences="1"> <code>$source</code> </InvalidScalarArgument> - <ParamNameMismatch occurrences="2"> - <code>$source</code> - <code>$target</code> - </ParamNameMismatch> </file> <file src="lib/private/Files/ObjectStore/S3ConnectionTrait.php"> <InternalClass occurrences="1"> @@ -3013,10 +3007,6 @@ <code>$free</code> <code>'ext'</code> </InvalidScalarArgument> - <ParamNameMismatch occurrences="2"> - <code>$source</code> - <code>$target</code> - </ParamNameMismatch> </file> <file src="lib/private/Files/Storage/Wrapper/Wrapper.php"> <InvalidReturnStatement occurrences="1"> |