Skip to content

Commit

Permalink
DocBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseRafn committed Feb 14, 2017
1 parent 460f2c7 commit b52d0fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Initials.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ public function getInitials(): string
return $this->parameter_initials;
}

/**
* Return the initials.
*
* @return string
*/
public function __toString()
{
return $this->getInitials();
Expand Down

0 comments on commit b52d0fe

Please sign in to comment.