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

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/File/Extension.php
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ class Extension extends AbstractValidator
/**
* Sets validator options
*
* @param string|array|\Traversable $options
* @param string|array|Traversable $options
*/
public function __construct($options = null)
{
2 changes: 1 addition & 1 deletion src/Uri.php
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ class Uri extends AbstractValidator
/**
* Sets default option values for this instance
*
* @param array|\Traversable $options
* @param array|Traversable $options
*/
public function __construct($options = array())
{

0 comments on commit 4229561

Please sign in to comment.