Skip to content

Commit

Permalink
Use fully qualified namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ndm2 committed Mar 21, 2014
1 parent d3456b0 commit d02d7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Email/Email.php
Expand Up @@ -555,7 +555,7 @@ public function headerCharset($charset = null) {
* EmailPattern setter/getter
*
* @param string $regex for email address validation
* @return string|Email
* @return string|\Cake\Network\Email\Email
*/
public function emailPattern($regex = null) {
if ($regex === null) {
Expand Down

0 comments on commit d02d7d7

Please sign in to comment.