fix phpstan, cs, and rector rules

This commit is contained in:
2024-05-28 13:23:54 +02:00
parent 56d173046d
commit 9f141468c7

View File

@@ -407,4 +407,8 @@ class MockedStoredObjectManager implements StoredObjectManagerInterface
{
return 'ab56b4d92b40713acc5af89985d4b786';
}
public function clearCache(): void
{
}
}