Skip to content

Commit 0a32d4d

Browse files
committed
Fix PHPDoc annotation to use @param instead of @var for model parameter
1 parent cc2c4d6 commit 0a32d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent/src/Agent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
/**
4343
* @param InputProcessorInterface[] $inputProcessors
4444
* @param OutputProcessorInterface[] $outputProcessors
45+
* @param non-empty-string $model
4546
*/
4647
public function __construct(
4748
private PlatformInterface $platform,
48-
/** @var non-empty-string */
4949
private string $model,
5050
iterable $inputProcessors = [],
5151
iterable $outputProcessors = [],

0 commit comments

Comments
 (0)