summaryrefslogtreecommitdiffstats
path: root/tests/psalm-baseline.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/psalm-baseline.xml')
-rw-r--r--tests/psalm-baseline.xml76
1 files changed, 0 insertions, 76 deletions
diff --git a/tests/psalm-baseline.xml b/tests/psalm-baseline.xml
deleted file mode 100644
index b22549184..000000000
--- a/tests/psalm-baseline.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<files psalm-version="4.4.1@9fd7a7d885b3a216cff8dec9d8c21a132f275224">
- <file src="lib/AppInfo/Application.php">
- <MissingDependency occurrences="4">
- <code>$fs</code>
- <code>$fs</code>
- <code>$fs</code>
- <code>IRootFolder</code>
- </MissingDependency>
- </file>
- <file src="lib/Cron/UpdaterJob.php">
- <UndefinedClass occurrences="1">
- <code>TimedJob</code>
- </UndefinedClass>
- </file>
- <file src="lib/Fetcher/Fetcher.php">
- <InvalidReturnStatement occurrences="1"/>
- <InvalidReturnType occurrences="1">
- <code>array</code>
- </InvalidReturnType>
- </file>
- <file src="lib/Hooks/UserDeleteHook.php">
- <MoreSpecificImplementedParamType occurrences="1">
- <code>$event</code>
- </MoreSpecificImplementedParamType>
- </file>
- <file src="lib/Service/Exceptions/ServiceConflictException.php">
- <MoreSpecificImplementedParamType occurrences="1">
- <code>$exception</code>
- </MoreSpecificImplementedParamType>
- </file>
- <file src="lib/Service/Exceptions/ServiceNotFoundException.php">
- <MoreSpecificImplementedParamType occurrences="1">
- <code>$exception</code>
- </MoreSpecificImplementedParamType>
- </file>
- <file src="lib/Service/Exceptions/ServiceValidationException.php">
- <MoreSpecificImplementedParamType occurrences="1">
- <code>$exception</code>
- </MoreSpecificImplementedParamType>
- </file>
- <file src="lib/Service/FeedServiceV2.php">
- <UndefinedMethod occurrences="3">
- <code>findAllFromFolder</code>
- <code>findByURL</code>
- <code>read</code>
- </UndefinedMethod>
- </file>
- <file src="lib/Service/FolderServiceV2.php">
- <UndefinedClass occurrences="1">
- <code>TimeFactory</code>
- </UndefinedClass>
- <UndefinedDocblockClass occurrences="2">
- <code>$this-&gt;timeFactory</code>
- <code>TimeFactory</code>
- </UndefinedDocblockClass>
- <UndefinedMethod occurrences="1">
- <code>read</code>
- </UndefinedMethod>
- </file>
- <file src="lib/Service/ItemServiceV2.php">
- <UndefinedMethod occurrences="11">
- <code>deleteOverThreshold</code>
- <code>findAllAfter</code>
- <code>findAllFeed</code>
- <code>findAllFolder</code>
- <code>findAllInFeedAfter</code>
- <code>findAllInFolderAfter</code>
- <code>findAllItems</code>
- <code>findByGuidHash</code>
- <code>findForUserByGuidHash</code>
- <code>newest</code>
- <code>readAll</code>
- </UndefinedMethod>
- </file>
-</files>