diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-01-18 04:45:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 04:45:48 +0000 |
commit | 0d48e3c98c62830c27bc5923ede115c6f03fd148 (patch) | |
tree | 1e2333cc873fb84b0178bc91135e661f9fe6210d /build | |
parent | 4dc3f4dcac8e7db33cb0c966d16ae2600b20ab8e (diff) | |
download | nextcloud-server-0d48e3c98c62830c27bc5923ede115c6f03fd148.tar.gz nextcloud-server-0d48e3c98c62830c27bc5923ede115c6f03fd148.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 6c200c045e2..cca5d29909c 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2141,15 +2141,6 @@ <TooManyArguments occurrences="1"> <code>dispatch</code> </TooManyArguments> - <UndefinedThisPropertyAssignment occurrences="1"> - <code>$this->application</code> - </UndefinedThisPropertyAssignment> - <UndefinedThisPropertyFetch occurrences="4"> - <code>$this->application</code> - <code>$this->application</code> - <code>$this->application</code> - <code>$this->application</code> - </UndefinedThisPropertyFetch> </file> <file src="lib/private/ContactsManager.php"> <InvalidNullableReturnType occurrences="3"> |