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

Commit

Permalink
Added docblock header to EmailValidatorWithExposedIsReserved
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlundrigan committed Jul 31, 2012
1 parent 51c70ed commit 24b1fbc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/TestAsset/EmailValidatorWithExposedIsReserved.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Validator
*/

namespace ZendTest\Validator\TestAsset;

use Zend\Validator\EmailAddress;

/**
* @see ZF-12347
*/
class EmailValidatorWithExposedIsReserved extends EmailAddress
{
public function isReserved($host)
Expand Down

0 comments on commit 24b1fbc

Please sign in to comment.