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

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2 into cach…
Browse files Browse the repository at this point in the history
…e_beta2

Conflicts:
	library/Zend/Cache/Cache.php
  • Loading branch information
Show file tree
Hide file tree
Showing 5 changed files with 213 additions and 220 deletions.
2 changes: 1 addition & 1 deletion src/Hostname/Biz.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
namespace Zend\Validator\Hostname;

/**
* Ressource file for biz idn validation
* Resource file for biz idn validation
*
* @category Zend
* @package Zend_Validate
Expand Down
2 changes: 1 addition & 1 deletion src/Hostname/Cn.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
namespace Zend\Validator\Hostname;

/**
* Ressource file for chinese idn validation
* Resource file for chinese idn validation
*
* @category Zend
* @package Zend_Validate
Expand Down
2 changes: 1 addition & 1 deletion src/Hostname/Jp.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
namespace Zend\Validator\Hostname;

/**
* Ressource file for japanese idn validation
* Resource file for japanese idn validation
*
* @category Zend
* @package Zend_Validate
Expand Down
2 changes: 2 additions & 0 deletions src/Identical.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ public function __construct($token = null)
} elseif (null !== $token) {
$this->setToken($token);
}

parent::__construct(is_array($token) ? $token : null);
}

/**
Expand Down
Loading

0 comments on commit 57f9269

Please sign in to comment.