Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 08f23af

Browse files
committed
Merge branch 'hotfix/82'
Close #82
2 parents dc19121 + f3bcf78 commit 08f23af

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/Address/AddressInterface.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,24 @@
1111

1212
interface AddressInterface
1313
{
14+
/**
15+
* Retrieve email
16+
*
17+
* @return string
18+
*/
1419
public function getEmail();
20+
21+
/**
22+
* Retrieve name
23+
*
24+
* @return string
25+
*/
1526
public function getName();
27+
28+
/**
29+
* String representation of address
30+
*
31+
* @return string
32+
*/
1633
public function toString();
1734
}

0 commit comments

Comments
 (0)