Skip to content

Commit c21406d

Browse files
authored
Merge pull request #248 from phil-davis/fix-237-v3
[v3] Enhance PHPdoc of Service write value parameter
2 parents 568a4ac + af68044 commit c21406d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Service.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public function expect($rootElementName, $input, string $contextUri = null)
198198
* This allows an implementor to easily create URI's relative to the root
199199
* of the domain.
200200
*
201-
* @param string|array<string, mixed>|object|XmlSerializable $value
201+
* @param string|array<int|string, mixed>|object|XmlSerializable $value
202202
*/
203203
public function write(string $rootElementName, $value, string $contextUri = null): string
204204
{

0 commit comments

Comments
 (0)