From fedf9c69d9c84fc0399badef39ed765de72c08f1 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 19 Aug 2020 17:54:00 +0200 Subject: Use matching parameter names form interfaces and implementations Found by Psalm 3.14.1 Signed-off-by: Morris Jobke --- build/psalm-baseline.xml | 53 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 38 insertions(+), 15 deletions(-) (limited to 'build/psalm-baseline.xml') diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index a1d7c787c80..b9e0a083854 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1,5 +1,5 @@ - + string|null @@ -196,6 +196,9 @@ $calendarData + + $calendarData + @@ -677,6 +680,9 @@ null null + + $fullSourcePath + \Sabre\Uri\split($sourceNode->getPath()) @@ -749,8 +755,8 @@ \Sabre\Uri\split($path) - \Sabre\Uri\split($destination) - \Sabre\Uri\split($destination) + \Sabre\Uri\split($destinationPath) + \Sabre\Uri\split($destinationPath) @@ -1537,6 +1543,10 @@ put + + $source + $target + @@ -1611,6 +1621,10 @@ null + + $source + $target + rename rename @@ -1848,9 +1862,6 @@ isSharable - - $response['{http://open-collaboration-services.org/ns}share-permissions'] - @@ -2562,12 +2573,6 @@ is_array($members) - - - protected function walkBackends($gid, $method, $parameters) { - protected function callOnLastSeenOn($gid, $method, $parameters, $passOnWhen) { - - $lastNumber + 1 @@ -3777,6 +3782,9 @@ $e->getCode() + + $statement + @@ -3968,6 +3976,9 @@ $eventName + + $eventName + dispatch @@ -4410,14 +4421,15 @@ - - $folderData - $cacheData + + $source + $target + $child $child @@ -4590,6 +4602,12 @@ filemtime + + $source + $target + $source + $target + @@ -4794,6 +4812,10 @@ 'ext' + + $source + $target + $data @@ -5980,6 +6002,7 @@ + $fileInfos [$fileInfo] -- cgit v1.2.3