From d88d97fda8059e42d98ac11b1be0e4f41abc1796 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 2 Jan 2021 14:17:51 +0000 Subject: [PATCH 1/1] comments --- src/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Server.php b/src/Server.php index f6523e3..081da3e 100644 --- a/src/Server.php +++ b/src/Server.php @@ -293,7 +293,7 @@ class Server * Add a method to the dispatch map. * * @param string $methodName the name with which the method will be made available - * @param string $function the php function that will get invoked + * @param callable $function the php function that will get invoked * @param array $sig the array of valid method signatures * @param string $doc method documentation * @param array $sigDoc the array of valid method signatures docs (one string per param, one for return type) -- 2.43.0