From e73042bd2b1c43abd5483a75b3e303a5efaabb88 Mon Sep 17 00:00:00 2001 From: Nikita Kiselev Date: Mon, 8 Dec 2025 00:24:49 +0300 Subject: [PATCH] reformat: codestyle --- .../upload/oc_telegram_shop/framework/Http/Request.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/oc_telegram_shop/upload/oc_telegram_shop/framework/Http/Request.php b/module/oc_telegram_shop/upload/oc_telegram_shop/framework/Http/Request.php index f4cf60b..126f952 100755 --- a/module/oc_telegram_shop/upload/oc_telegram_shop/framework/Http/Request.php +++ b/module/oc_telegram_shop/upload/oc_telegram_shop/framework/Http/Request.php @@ -8,7 +8,6 @@ use Symfony\Component\HttpFoundation\Request as SymfonyRequest; final class Request extends SymfonyRequest { - public function json(string $key = null, $default = null) { $content = $this->getContent();