Skip to content

Commit 13aaba0

Browse files
committed
chore: simplifies type
1 parent 840fb5c commit 13aaba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tools/DTO/FunctionDeclaration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class FunctionDeclaration implements WithJsonSchemaInterface
3838
*
3939
* @param string $name The name of the function.
4040
* @param string $description A description of what the function does.
41-
* @param mixed|null $parameters The JSON schema for the function parameters.
41+
* @param mixed $parameters The JSON schema for the function parameters.
4242
*/
4343
public function __construct(string $name, string $description, $parameters = null)
4444
{

0 commit comments

Comments
 (0)