From 1eb0f7c496f31919cf309465f0a5ab6eba4c5bbb Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 1 Jun 2024 19:46:57 +0000 Subject: [PATCH] style(php-cs-fixer): lint php files and fix coding standards --- src/Proto/Frame/Profiler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Proto/Frame/Profiler.php b/src/Proto/Frame/Profiler.php index 3ef19393..df15912d 100644 --- a/src/Proto/Frame/Profiler.php +++ b/src/Proto/Frame/Profiler.php @@ -5,7 +5,6 @@ namespace Buggregator\Trap\Proto\Frame; use Buggregator\Trap\Proto\Frame; -use Buggregator\Trap\Proto\Frame\Profiler\Type as PayloadType; use Buggregator\Trap\ProtoType; use Buggregator\Trap\Support\Json;