Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-09-09 09:09:36 +0300
committerdartcafe <github@dartcafe.de>2021-09-09 09:09:36 +0300
commitea3ce99d4b1bd2c62040dc48154e1a796954e695 (patch)
treeb21d1e29f86f62975e5c99c347f93a279581047f /psalm-baseline.xml
parent38fb63f226f2fb3ee73478ee63fba21b55d3486d (diff)
silencing psalm on registerEventListener
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'psalm-baseline.xml')
-rw-r--r--psalm-baseline.xml71
1 files changed, 20 insertions, 51 deletions
diff --git a/psalm-baseline.xml b/psalm-baseline.xml
index 381f08a0..a537ec90 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -1,54 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
-<files psalm-version="4.7.2@83a0325c0a95c0ab531d6b90c877068b464377b5">
- <file src="lib/Db/LogMapper.php">
- <PossiblyInvalidMethodCall occurrences="1">
- <code>fetch</code>
- </PossiblyInvalidMethodCall>
- </file>
- <file src="lib/Db/OptionMapper.php">
- <PossiblyInvalidMethodCall occurrences="1">
- <code>fetch</code>
- </PossiblyInvalidMethodCall>
- </file>
- <file src="lib/Db/PreferencesMapper.php">
- <PossiblyInvalidMethodCall occurrences="1">
- <code>fetch</code>
- </PossiblyInvalidMethodCall>
- </file>
- <file src="lib/Db/ShareMapper.php">
- <PossiblyInvalidMethodCall occurrences="1">
- <code>fetch</code>
- </PossiblyInvalidMethodCall>
- </file>
- <file src="lib/Db/SubscriptionMapper.php">
- <PossiblyInvalidMethodCall occurrences="1">
- <code>fetch</code>
- </PossiblyInvalidMethodCall>
- </file>
- <file src="lib/Db/VoteMapper.php">
- <PossiblyInvalidMethodCall occurrences="1">
- <code>fetch</code>
- </PossiblyInvalidMethodCall>
- </file>
- <file src="lib/Migration/Version0009Date20181125061900.php">
- <PossiblyInvalidMethodCall occurrences="9">
- <code>closeCursor</code>
- <code>closeCursor</code>
- <code>closeCursor</code>
- <code>closeCursor</code>
- <code>fetch</code>
- <code>fetch</code>
- <code>fetch</code>
- <code>fetch</code>
- <code>fetch</code>
- </PossiblyInvalidMethodCall>
- </file>
- <file src="lib/Migration/Version0010Date20191227063812.php">
- <PossiblyInvalidMethodCall occurrences="4">
- <code>closeCursor</code>
- <code>closeCursor</code>
- <code>fetch</code>
- <code>fetch</code>
- </PossiblyInvalidMethodCall>
+<files psalm-version="4.9.3@4c262932602b9bbab5020863d1eb22d49de0dbf4">
+ <file src="lib/AppInfo/Application.php">
+ <InvalidArgument occurrences="16">
+ <code>registerEventListener</code>
+ <code>registerEventListener</code>
+ <code>registerEventListener</code>
+ <code>registerEventListener</code>
+ <code>registerEventListener</code>
+ <code>registerEventListener</code>
+ <code>registerEventListener</code>
+ <code>registerEventListener</code>
+ <code>registerEventListener</code>
+ <code>registerEventListener</code>
+ <code>registerEventListener</code>
+ <code>registerEventListener</code>
+ <code>registerEventListener</code>
+ <code>registerEventListener</code>
+ <code>registerEventListener</code>
+ <code>registerEventListener</code>
+ </InvalidArgument>
</file>
</files>