Skip to content

Commit

Permalink
phpDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jun 3, 2024
1 parent 56c99ec commit 45561b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tracy/Dumper/Describer.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ final class Describer

public bool $location = false;

/** @var callable[] */
/** @var array<string, callable(resource): array> */
public array $resourceExposers = [];

/** @var array<string,callable> */
/** @var array<string, callable(object, Value, self): ?array> */
public array $objectExposers = [];

/** @var array<string, array{bool, string[]}> */
Expand Down

0 comments on commit 45561b1

Please sign in to comment.