Skip to content

Commit

Permalink
Fix param type declaration in phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
senaranya committed Dec 10, 2023
1 parent 626e0b7 commit 9ca71c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HL7/Segments/MSH.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function setSecurity($value, int $position = 8)
* ORM^R01. If it was empty then the new value will be just ORM.
*
* Ref: https://hl7-definition.caristix.com/v2/HL7v2.5/Fields/MSH.9
* @param string $value
* @param string|array<int, string> $value
*/
public function setMessageType($value, int $position = 9): bool
{
Expand Down

0 comments on commit 9ca71c6

Please sign in to comment.