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

Commit 1600424

Browse files
committed
Merge branch 'hotfix/20'
Close #20
2 parents 5524f2b + e242944 commit 1600424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BaseInputFilter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class BaseInputFilter implements
2121
ReplaceableInputInterface
2222
{
2323
/**
24-
* @var array
24+
* @var null|array|ArrayAccess
2525
*/
2626
protected $data;
2727

@@ -224,7 +224,7 @@ public function isValid($context = null)
224224
/**
225225
* Validate a set of inputs against the current data
226226
*
227-
* @param array $inputs
227+
* @param string[] $inputs Array of input names.
228228
* @param array|ArrayAccess $data
229229
* @param mixed|null $context
230230
* @return bool

0 commit comments

Comments
 (0)