Skip to content

Commit

Permalink
phpDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jun 4, 2024
1 parent 8f463b5 commit 3aa7333
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 3aa7333

Please sign in to comment.