Skip to content

Commit 0a91de8

Browse files
committed
[Agent] Fix type of Toolbox::$tools
1 parent c58ddce commit 0a91de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent/src/Toolbox/Toolbox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ final class Toolbox implements ToolboxInterface
3434
/**
3535
* List of executable tools.
3636
*
37-
* @var list<mixed>
37+
* @var list<object>
3838
*/
3939
private readonly array $tools;
4040

0 commit comments

Comments
 (0)