Skip to content

Commit 773def6

Browse files
Optimized the parameters of method __call() to make them more standardized. (#7637)
Co-authored-by: 李铭昕 <[email protected]>
1 parent e854ebe commit 773def6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sender.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function __construct(protected ContainerInterface $container)
5555
}
5656
}
5757

58-
public function __call($name, $arguments)
58+
public function __call(string $name, array $arguments): mixed
5959
{
6060
[$fd, $method] = $this->getFdAndMethodFromProxyMethod($name, $arguments);
6161

0 commit comments

Comments
 (0)