diff --git a/3rdparty b/3rdparty index 6876f1fce8d..b72af468984 160000 --- a/3rdparty +++ b/3rdparty @@ -1 +1 @@ -Subproject commit 6876f1fce8d1c70790c165dd7ed0b4214364e397 +Subproject commit b72af468984ee6b374ff614f2d87419fc12d0e90 diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 63bcfa95791..679e85f1f14 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -791,7 +791,6 @@ string[] - string[] $members @@ -1016,6 +1015,11 @@ \Sabre\Uri\split($this->principalInfo['uri']) + + + $user === null + + $this->scanFolder($output, '/' . $user) @@ -1274,28 +1278,18 @@ $this - - - $mountId - - - - - $mountId - - - - $mountId - $mountId - null + + + $userId + + - - $input->getArgument('mount_id') + $storage @@ -1310,9 +1304,6 @@ - - $mountId - $e->getCode() $status @@ -1375,6 +1366,12 @@ clearBucket + + + FTP_BINARY + FTP_BINARY + + put @@ -2285,11 +2282,6 @@ - - - string|null - - null @@ -2503,6 +2495,9 @@ $levelNum + + $identifier === false + @@ -2561,11 +2556,6 @@ 1 - - - $input->getOption('default-value') - - !is_string($stateToken) @@ -2874,8 +2864,11 @@ - + getName + isBuiltin + isBuiltin + isBuiltin diff --git a/composer.json b/composer.json index ab69a0fb376..fe27a1928a0 100644 --- a/composer.json +++ b/composer.json @@ -39,6 +39,7 @@ "cs:fix": "php-cs-fixer fix", "cs:check": "php-cs-fixer fix --dry-run --diff", "lint": "find . -name \\*.php -not -path './lib/composer/*' -not -path './build/stubs/*' -print0 | xargs -0 -n1 php -l", - "psalm": "psalm" + "psalm": "psalm", + "psalm:update-baseline": "psalm --update-baseline --set-baseline=build/psalm-baseline.xml" } }