-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Joas Schilling <coding@schilljs.com>
- Loading branch information
1 parent
70edfbe
commit de60c65
Showing
8 changed files
with
105 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<files psalm-version="4.27.0@faf106e717c37b8c81721845dba9de3d8deed8ff"> | ||
<files psalm-version="5.14.1@b9d355e0829c397b9b3b47d0c0ed042a8a70284d"> | ||
<file src="lib/AppConfigOverwrite.php"> | ||
<MethodSignatureMismatch occurrences="1"> | ||
<MethodSignatureMismatch> | ||
<code>public function getValue($app, $key, $default = null) {</code> | ||
</MethodSignatureMismatch> | ||
<UndefinedClass occurrences="1"> | ||
<code>ConnectionAdapter</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="lib/AppInfo/Application.php"> | ||
<UndefinedInterfaceMethod occurrences="1"> | ||
<UndefinedInterfaceMethod> | ||
<code>listen</code> | ||
</UndefinedInterfaceMethod> | ||
</file> | ||
<file src="lib/AppWhitelist.php"> | ||
<UndefinedMethod occurrences="1"/> | ||
</file> | ||
<file src="lib/FilteredSettingsManager.php"> | ||
<UndefinedInterfaceMethod occurrences="1"> | ||
<code>getSection</code> | ||
</UndefinedInterfaceMethod> | ||
<UndefinedMethod/> | ||
</file> | ||
<file src="lib/Hooks.php"> | ||
<InvalidScalarArgument occurrences="1"> | ||
<code>$share->getNodeId()</code> | ||
<InvalidScalarArgument> | ||
<code><![CDATA[$share->getNodeId()]]></code> | ||
</InvalidScalarArgument> | ||
</file> | ||
<file src="lib/Mail.php"> | ||
<MissingDependency occurrences="1"> | ||
<MissingDependency> | ||
<code>Share</code> | ||
</MissingDependency> | ||
</file> | ||
<file src="lib/RestrictionManager.php"> | ||
<UndefinedClass occurrences="1"> | ||
<UndefinedClass> | ||
<code>ExternalMountPoint</code> | ||
</UndefinedClass> | ||
</file> | ||
<file src="lib/UserBackend.php"> | ||
<ImplicitToStringCast occurrences="1"> | ||
<code>$query->func()->lower('displayname')</code> | ||
</ImplicitToStringCast> | ||
</file> | ||
</files> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters