Skip to content

Commit

Permalink
add contributor to composer.json, fix minor PHP doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelcom committed Jan 28, 2019
1 parent f36a808 commit 963ae92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"name": "Tom Vaughan",
"email": "[email protected]",
"role": "Contributor"
},
{
"name": "NtlBldrv",
"role": "Contributor"
}
],
"support" : {
Expand Down
2 changes: 1 addition & 1 deletion src/Security.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function setTimestamp(Timestamp $timestamp)
/**
* Overrides methods in order to set the values
* @param bool $asDomElement returns elements as a DOMElement or as a string
* @return string
* @return string|\DOMElement
*/
protected function __toSend($asDomElement = false)
{
Expand Down

0 comments on commit 963ae92

Please sign in to comment.