php cs fixes

This commit is contained in:
2023-09-14 15:56:39 +02:00
parent 57a1a49fac
commit 115d71ad34
111 changed files with 130 additions and 335 deletions

View File

@@ -16,6 +16,4 @@ use Redis;
/**
* Redis client configured by chill main.
*/
class ChillRedis extends Redis
{
}
class ChillRedis extends Redis {}