From 6b8b035feb00f794b4018568096c3f3d9fe694c6 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Fri, 26 Apr 2024 16:01:17 +0200 Subject: [PATCH] cs --- src/Tracy/Dumper/Describer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Tracy/Dumper/Describer.php b/src/Tracy/Dumper/Describer.php index e841a3fa4..f0c017b21 100644 --- a/src/Tracy/Dumper/Describer.php +++ b/src/Tracy/Dumper/Describer.php @@ -38,10 +38,10 @@ final class Describer public bool $location = false; - /** @var callable[] */ + /** @var array */ public array $resourceExposers = []; - /** @var array */ + /** @var array */ public array $objectExposers = []; /** @var array */