Skip to content

Commit

Permalink
Merge pull request #247 from phil-davis/fix-237
Browse files Browse the repository at this point in the history
Enhance PHPdoc of Service write value parameter
  • Loading branch information
phil-davis authored Jun 28, 2023
2 parents c4cec17 + c2547e2 commit d7cad5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, mixed>|object|XmlSerializable $value
* @param string|array<int|string, mixed>|object|XmlSerializable $value
*/
public function write(string $rootElementName, $value, string $contextUri = null): string
{
Expand Down

0 comments on commit d7cad5f

Please sign in to comment.