Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down