Skip to content

Commit 9872cd5

Browse files
committed
fix: 更新多个类的__callStatic方法参数类型注释以提高类型准确性
1 parent 8c7a446 commit 9872cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facade/OpenAI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*/
3333
class OpenAI
3434
{
35-
public static function __callStatic($name, $arguments)
35+
public static function __callStatic(string $name, array $arguments): mixed
3636
{
3737
$instance = ApplicationContext::getContainer()->get(ClientContract::class);
3838

0 commit comments

Comments
 (0)