aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Comments/FakeFactory.php
diff options
context:
space:
mode:
authorKate <26026535+provokateurin@users.noreply.github.com>2025-06-13 09:10:09 +0200
committerGitHub <noreply@github.com>2025-06-13 09:10:09 +0200
commit7be047a5c08d4401899d38c9a7d7ebdb6d8e78b2 (patch)
tree70348117aaae719bd278f4476afe6563ee16aa14 /tests/lib/Comments/FakeFactory.php
parent1f0086ff6b49c31facd7cb13921725142b47409f (diff)
parent3561937816578a699008c010829142a01580e7bf (diff)
downloadnextcloud-server-master.tar.gz
nextcloud-server-master.zip
Merge pull request #53459 from nextcloud/rector-testsHEADmaster
Diffstat (limited to 'tests/lib/Comments/FakeFactory.php')
-rw-r--r--tests/lib/Comments/FakeFactory.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib/Comments/FakeFactory.php b/tests/lib/Comments/FakeFactory.php
index 04604ab2b44..19d8b58ae01 100644
--- a/tests/lib/Comments/FakeFactory.php
+++ b/tests/lib/Comments/FakeFactory.php
@@ -6,12 +6,13 @@
*/
namespace Test\Comments;
+use OCP\Comments\ICommentsManagerFactory;
use OCP\IServerContainer;
/**
* Class FakeFactory
*/
-class FakeFactory implements \OCP\Comments\ICommentsManagerFactory {
+class FakeFactory implements ICommentsManagerFactory {
public function __construct(IServerContainer $serverContainer) {
}