Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4b62b57

Browse filesBrowse files
Merge pull request #52886 from nextcloud/chore/ignore-3rdparty
chore: ignore 3rdparty while psalm linting
2 parents 183c253 + 2986fea commit 4b62b57
Copy full SHA for 4b62b57

File tree

Expand file treeCollapse file tree

2 files changed

+1
-44
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-44
lines changed

‎build/psalm-baseline.xml

Copy file name to clipboardExpand all lines: build/psalm-baseline.xml
-44Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<files psalm-version="5.26.1@d747f6500b38ac4f7dfc5edbcae6e4b637d7add0">
3-
<file src="3rdparty/sabre/dav/lib/CalDAV/Calendar.php">
4-
<MoreSpecificImplementedParamType>
5-
<code><![CDATA[$data]]></code>
6-
</MoreSpecificImplementedParamType>
7-
</file>
8-
<file src="3rdparty/sabre/dav/lib/CalDAV/CalendarHome.php">
9-
<MoreSpecificImplementedParamType>
10-
<code><![CDATA[$data]]></code>
11-
</MoreSpecificImplementedParamType>
12-
</file>
13-
<file src="3rdparty/sabre/dav/lib/CalDAV/Principal/User.php">
14-
<MoreSpecificImplementedParamType>
15-
<code><![CDATA[$data]]></code>
16-
</MoreSpecificImplementedParamType>
17-
</file>
18-
<file src="3rdparty/sabre/dav/lib/CardDAV/AddressBook.php">
19-
<MoreSpecificImplementedParamType>
20-
<code><![CDATA[$data]]></code>
21-
</MoreSpecificImplementedParamType>
22-
</file>
23-
<file src="3rdparty/sabre/dav/lib/CardDAV/AddressBookHome.php">
24-
<InvalidPropertyAssignmentValue>
25-
<code><![CDATA[$principalUri]]></code>
26-
</InvalidPropertyAssignmentValue>
27-
<MoreSpecificImplementedParamType>
28-
<code><![CDATA[$data]]></code>
29-
</MoreSpecificImplementedParamType>
30-
</file>
31-
<file src="3rdparty/sabre/dav/lib/CardDAV/Card.php">
32-
<MoreSpecificImplementedParamType>
33-
<code><![CDATA[$cardData]]></code>
34-
</MoreSpecificImplementedParamType>
35-
</file>
36-
<file src="3rdparty/sabre/dav/lib/DAV/SimpleCollection.php">
37-
<NoValue>
38-
<code><![CDATA[$child]]></code>
39-
<code><![CDATA[$child]]></code>
40-
</NoValue>
41-
</file>
42-
<file src="3rdparty/sabre/dav/lib/DAVACL/AbstractPrincipalCollection.php">
43-
<LessSpecificImplementedReturnType>
44-
<code><![CDATA[array]]></code>
45-
</LessSpecificImplementedReturnType>
46-
</file>
473
<file src="apps/admin_audit/lib/AppInfo/Application.php">
484
<DeprecatedClass>
495
<code><![CDATA[Share::class]]></code>

‎psalm.xml

Copy file name to clipboardExpand all lines: psalm.xml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
<directory name="apps/files_external/3rdparty"/>
6767
<directory name="lib/composer"/>
6868
<directory name="lib/l10n"/>
69+
<directory name="3rdparty"/>
6970
</ignoreFiles>
7071
</projectFiles>
7172
<extraFiles>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.