Browse Source
Add a stub for the comments manager to clarify it's defined methods
Add a stub for the comments manager to clarify it's defined methods
Signed-off-by: Joas Schilling <coding@schilljs.com>pull/4483/head
committed by
Joas Schilling
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
8 changed files with 20 additions and 53 deletions
-
5lib/Chat/AutoComplete/Sorter.php
-
2lib/Chat/ChatManager.php
-
1lib/Chat/Parser/UserMention.php
-
5lib/Manager.php
-
3lib/Notification/Notifier.php
-
3psalm.xml
-
48tests/psalm-baseline.xml
-
6tests/stubs/oc_comments_manager.php
@ -0,0 +1,6 @@ |
|||
<?php |
|||
|
|||
namespace OC\Comments { |
|||
class Manager implements \OCP\Comments\ICommentsManager { |
|||
} |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue