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

Commit e242944

Browse files
Maks3wweierophinney
authored andcommitted
Better Docblock param type
1 parent 3f23f08 commit e242944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaseInputFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)