From 9f141468c7f7a86a9cadc6226def958c3a9cafc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 28 May 2024 13:23:54 +0200 Subject: [PATCH] fix phpstan, cs, and rector rules --- .../Tests/Controller/WebdavControllerTest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Bundle/ChillDocStoreBundle/Tests/Controller/WebdavControllerTest.php b/src/Bundle/ChillDocStoreBundle/Tests/Controller/WebdavControllerTest.php index 9254efc2d..e7141199f 100644 --- a/src/Bundle/ChillDocStoreBundle/Tests/Controller/WebdavControllerTest.php +++ b/src/Bundle/ChillDocStoreBundle/Tests/Controller/WebdavControllerTest.php @@ -407,4 +407,8 @@ class MockedStoredObjectManager implements StoredObjectManagerInterface { return 'ab56b4d92b40713acc5af89985d4b786'; } + + public function clearCache(): void + { + } }