diff options
author | Nextcloud-PR-Bot <nextcloud-pr-bot@users.noreply.github.com> | 2021-03-26 04:16:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-26 04:16:04 +0000 |
commit | 3319ed8aca3e097bf35683188e9f48d44736f545 (patch) | |
tree | 0d030dbbd64eed9c895fc0d9eeaaef7d923547ce /build | |
parent | 630eddf41b7ea05d4d1a844a2faed157605b13c3 (diff) | |
download | nextcloud-server-3319ed8aca3e097bf35683188e9f48d44736f545.tar.gz nextcloud-server-3319ed8aca3e097bf35683188e9f48d44736f545.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 71bf21193b0..1a28e2e885e 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2446,11 +2446,6 @@ <code>1</code> </InvalidScalarArgument> </file> - <file src="core/Command/Db/Migrations/GenerateFromSchemaFileCommand.php"> - <InvalidScalarArgument occurrences="1"> - <code>$column->getLength()</code> - </InvalidScalarArgument> - </file> <file src="core/Command/Encryption/Enable.php"> <NullArgument occurrences="1"> <code>null</code> @@ -3152,11 +3147,6 @@ <code>$statement</code> </ParamNameMismatch> </file> - <file src="lib/private/DB/MDB2SchemaReader.php"> - <InvalidScalarArgument occurrences="1"> - <code>$options['default']</code> - </InvalidScalarArgument> - </file> <file src="lib/private/DB/MigrationService.php"> <InvalidOperand occurrences="2"> <code>$offset</code> |