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

Commit

Permalink
Show file tree
Hide file tree
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
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Uri.php
Original file line number Diff line number Diff line change
Expand Up @@ -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())
{
Expand Down

0 comments on commit 6e6902f

Please sign in to comment.