Skip to content

Commit

Permalink
Merge pull request #332 from PHPGangsta/patch-5
Browse files Browse the repository at this point in the history
Fixed PHPDoc in Zend_Validate_Regex
  • Loading branch information
Shardj committed Mar 8, 2023
2 parents 44043db + 84ee9a5 commit 4bd8f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Validate/Regex.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Zend_Validate_Regex extends Zend_Validate_Abstract
/**
* Sets validator options
*
* @param string|Zend_Config $pattern
* @param string|array|Zend_Config $pattern
* @throws Zend_Validate_Exception On missing 'pattern' parameter
*/
public function __construct($pattern)
Expand Down

0 comments on commit 4bd8f78

Please sign in to comment.