From 8f6e2177b0262da3b8f448894ec8ffa4a20a8d62 Mon Sep 17 00:00:00 2001 From: Nikita Kiselev Date: Thu, 11 Dec 2025 23:18:39 +0300 Subject: [PATCH] reformat: reformat code --- .../oc_telegram_shop/framework/Cache/SymfonyRedisCache.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/oc_telegram_shop/upload/oc_telegram_shop/framework/Cache/SymfonyRedisCache.php b/module/oc_telegram_shop/upload/oc_telegram_shop/framework/Cache/SymfonyRedisCache.php index 25978c1..2793a7d 100644 --- a/module/oc_telegram_shop/upload/oc_telegram_shop/framework/Cache/SymfonyRedisCache.php +++ b/module/oc_telegram_shop/upload/oc_telegram_shop/framework/Cache/SymfonyRedisCache.php @@ -47,4 +47,3 @@ class SymfonyRedisCache implements CacheInterface $this->cache->prune(); } } -