diff options
-rw-r--r-- | build/psalm-baseline.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 7a9cebe4245..4825d78fe7a 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -4015,10 +4015,9 @@ <InvalidReturnType occurrences="1"> <code>int</code> </InvalidReturnType> - <InvalidScalarArgument occurrences="4"> + <InvalidScalarArgument occurrences="3"> <code>$includeExtStorage ? 'ext' : false</code> <code>$path</code> - <code>$quota</code> <code>'ext'</code> </InvalidScalarArgument> <RedundantCondition occurrences="1"> |