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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/File/Extension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Extension extends AbstractValidator
5252
/**
5353
* Sets validator options
5454
*
55-
* @param string|array|\Traversable $options
55+
* @param string|array|Traversable $options
5656
*/
5757
public function __construct($options = null)
5858
{

src/Uri.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Uri extends AbstractValidator
4545
/**
4646
* Sets default option values for this instance
4747
*
48-
* @param array|\Traversable $options
48+
* @param array|Traversable $options
4949
*/
5050
public function __construct($options = array())
5151
{

0 commit comments

Comments
 (0)