Skip to content

Commit b52d0fe

Browse files
committedFeb 14, 2017
DocBlock
1 parent 460f2c7 commit b52d0fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎src/Initials.php

+5
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ public function getInitials(): string
6565
return $this->parameter_initials;
6666
}
6767

68+
/**
69+
* Return the initials.
70+
*
71+
* @return string
72+
*/
6873
public function __toString()
6974
{
7075
return $this->getInitials();

0 commit comments

Comments
 (0)
Please sign in to comment.