Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Apr 29, 2024
1 parent 7e7b25b commit a3dbf94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tracy/Dumper/Describer.php
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 a3dbf94

Please sign in to comment.