From: gggeek Date: Sat, 2 Jan 2021 14:17:51 +0000 (+0000) Subject: comments X-Git-Tag: plcapi-7.1-0~3^2~78 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d88d97fda8059e42d98ac11b1be0e4f41abc1796;hp=1a96d26edb3b7d524b64b81fe7a810b0857845da;p=plcapi.git comments --- 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)