Skip to content

Commit

Permalink
fixup! chore(deps): Move cs-fixer into bin plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Sep 8, 2023
1 parent b7922d3 commit 20e36ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions psalm.xml
Expand Up @@ -28,6 +28,8 @@
<referencedClass name="OCA\Files\Event\LoadSidebar" />
<referencedClass name="OCA\Files_Sharing\External\Storage" />
<referencedClass name="OCA\Files_Sharing\SharedStorage" />
<referencedClass name="Symfony\Component\EventDispatcher\EventDispatcherInterface" />
<referencedClass name="Symfony\Component\EventDispatcher\GenericEvent" />
</errorLevel>
</UndefinedClass>
<UndefinedDocblockClass>
Expand All @@ -42,6 +44,7 @@
<referencedClass name="OC\Hooks\Emitter" />
<referencedClass name="OCA\GroupFolders\ACL\RuleManager" />
<referencedClass name="OCA\GroupFolders\Folder\FolderManager" />
<referencedClass name="Symfony\Component\EventDispatcher\EventDispatcherInterface" />
</errorLevel>
</UndefinedDocblockClass>
</issueHandlers>
Expand Down

0 comments on commit 20e36ea

Please sign in to comment.