Skip to content

Commit 40eea51

Browse files
Merge pull request #1709 from nextcloud/dependabot/composer/php-cs-fixer/shim-3.92.3
2 parents 0d56102 + ea65f3b commit 40eea51

3 files changed

Lines changed: 17 additions & 11 deletions

File tree

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
"nextcloud/coding-standard": "^1.0",
55
"nextcloud/ocp": "dev-stable28",
66
"phan/phan": "^5",
7-
"php-cs-fixer/shim": "3.91.1",
7+
"php-cs-fixer/shim": "3.92.3",
88
"psalm/phar": "^5.26",
99
"squizlabs/php_codesniffer": "^4",
1010
"staabm/annotate-pull-request-from-checkstyle": "^1.1.0"
1111
},
1212
"autoload-dev": {
1313
"psr-4": {
14-
"OCA\\Notes\\Tests\\API\\": "tests/api/"
14+
"OCA\\Notes\\Tests\\API\\": "tests/api/",
15+
"OCP\\": "vendor/nextcloud/ocp/OCP/",
16+
"OC\\": "vendor/nextcloud/ocp/OC/"
1517
}
1618
},
1719
"config": {

composer.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

psalm.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
</extraFiles>
1818
<issueHandlers>
1919
<DeprecatedMethod>
20-
<errorLevel type="error" />
20+
<errorLevel type="suppress">
21+
<referencedMethod name="OCP\IConfig::getUserValue" />
22+
<referencedMethod name="OCP\IConfig::setUserValue" />
23+
<referencedMethod name="OCP\IConfig::deleteUserValue" />
24+
</errorLevel>
2125
</DeprecatedMethod>
2226
<UndefinedClass>
2327
<errorLevel type="suppress">

0 commit comments

Comments
 (0)