Skip to content

Commit e7e492f

Browse files
kenjispaulbalandan
andauthored
test: add param type
Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
1 parent fe3ab5e commit e7e492f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/system/Filters/InvalidCharsTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,8 @@ public function stringWithLineBreakAndTabProvider()
144144

145145
/**
146146
* @dataProvider stringWithControlCharsProvider
147-
*
148-
* @param string $input
149147
*/
150-
public function testCheckControlStringWithControlCharsCausesException($input)
148+
public function testCheckControlStringWithControlCharsCausesException(string $input)
151149
{
152150
$this->expectException(SecurityException::class);
153151
$this->expectExceptionMessage('Invalid Control characters in get:');

0 commit comments

Comments
 (0)