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

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Fotia <fotia.baptiste@hotmail.com>2022-10-11 16:32:56 +0300
committerBaptiste Fotia <fotia.baptiste@hotmail.com>2022-10-11 16:32:56 +0300
commitfa70012d70d5fe5b386a3107c51e094435d88f76 (patch)
treec87c76830ed1fdade9654a3aff18e2e896db70b0
parentd6c007e7bb3f3111b15a7f53b2fb48453b7c27d3 (diff)
build(psalm): Fix the problem with the psalm cmdallow-admin-delegation-stable23-rebased
I fixed the problem with the psalm command. I just sorted lines by asendant. Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
-rw-r--r--psalm.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/psalm.xml b/psalm.xml
index 0bd8361f..0f14f1e6 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -38,23 +38,23 @@
</UndefinedInterfaceMethod>
<UndefinedClass>
<errorLevel type="suppress">
+ <referencedClass name="OC\AppFramework\OCS\V1Response"/>
<referencedClass name="OC\AppFramework\Utility\ControllerMethodReflector"/>
+ <referencedClass name="OC\Security\CSP\ContentSecurityPolicyNonceManager" />
+ <referencedClass name="OC\Settings\AuthorizedGroupMapper"/>
<referencedClass name="OCA\Files\Event\LoadAdditionalScriptsEvent"/>
<referencedClass name="OCA\Settings\Service\AuthorizedGroupService"/>
- <referencedClass name="OC\AppFramework\OCS\V1Response"/>
- <referencedClass name="OC\Settings\AuthorizedGroupMapper"/>
- <referencedClass name="OC\Security\CSP\ContentSecurityPolicyNonceManager" />
</errorLevel>
</UndefinedClass>
<UndefinedDocblockClass>
<errorLevel type="suppress">
- <referencedClass name="OC\AppFramework\OCS\BaseResponse"/>
- <referencedClass name="OCA\Settings\Service\AuthorizedGroupService"/>
+ <referencedClass name="Doctrine\DBAL\Driver\Statement" />
<referencedClass name="Doctrine\DBAL\Schema\Schema" />
<referencedClass name="Doctrine\DBAL\Schema\SchemaException" />
- <referencedClass name="Doctrine\DBAL\Driver\Statement" />
<referencedClass name="Doctrine\DBAL\Schema\Table" />
+ <referencedClass name="OC\AppFramework\OCS\BaseResponse"/>
<referencedClass name="OC\Security\CSP\ContentSecurityPolicyNonceManager" />
+ <referencedClass name="OCA\Settings\Service\AuthorizedGroupService"/>
</errorLevel>
</UndefinedDocblockClass>
</issueHandlers>