From 0583c900475d69d7483b4c1008b5ef6bc77e53f0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 13 Jun 2024 15:47:59 +0000 Subject: [PATCH] style(php-cs-fixer): lint php files and fix coding standards --- src/Module/Profiler/Struct/Profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Module/Profiler/Struct/Profile.php b/src/Module/Profiler/Struct/Profile.php index b9052276..e81f21af 100644 --- a/src/Module/Profiler/Struct/Profile.php +++ b/src/Module/Profiler/Struct/Profile.php @@ -31,6 +31,7 @@ final class Profile implements \JsonSerializable { public Peaks $peaks; + public Tree $calls; /**