From f6988436dc31d9888894d551eb3b482ed065265a Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Thu, 1 Sep 2016 14:48:47 +0200 Subject: [PATCH] document that setClass-arg $namspace will be ignored like we already do in addFunction --- src/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Server.php b/src/Server.php index 28a3a16a..80f42dca 100644 --- a/src/Server.php +++ b/src/Server.php @@ -621,7 +621,7 @@ public function addFunction($function, $namespace = '') * * @param string|object $class Class name or object instance which executes * SOAP Requests at endpoint. - * @param string $namespace + * @param string $namespace Ignored * @param null|array $argv * @return self * @throws Exception\InvalidArgumentException if called more than once, or if class does not exist