We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2c4d6 commit 0a32d4dCopy full SHA for 0a32d4d
src/agent/src/Agent.php
@@ -42,10 +42,10 @@
42
/**
43
* @param InputProcessorInterface[] $inputProcessors
44
* @param OutputProcessorInterface[] $outputProcessors
45
+ * @param non-empty-string $model
46
*/
47
public function __construct(
48
private PlatformInterface $platform,
- /** @var non-empty-string */
49
private string $model,
50
iterable $inputProcessors = [],
51
iterable $outputProcessors = [],
0 commit comments