diff --git a/lib/Service.php b/lib/Service.php index c6e2c41..ba1c443 100644 --- a/lib/Service.php +++ b/lib/Service.php @@ -198,7 +198,7 @@ public function expect($rootElementName, $input, string $contextUri = null) * This allows an implementor to easily create URI's relative to the root * of the domain. * - * @param string|array|object|XmlSerializable $value + * @param string|array|object|XmlSerializable $value */ public function write(string $rootElementName, $value, string $contextUri = null): string {