Skip to content

Commit

Permalink
Fix doc-block return-type
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed May 16, 2023
1 parent 1a27737 commit 2676b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SAML2/XML/md/ContactPerson.php
Expand Up @@ -228,7 +228,7 @@ public function toXML(DOMElement $parent = null): DOMElement
* Create a class from an array
*
* @param array $data
* @return self
* @return static
*/
public static function fromArray(array $data): static
{
Expand Down

0 comments on commit 2676b1c

Please sign in to comment.