From 73110ee5c51e78a7be6be8caf954372115765655 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Mon, 3 Jun 2024 19:33:48 +0200 Subject: [PATCH] phpDoc --- 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 */