Skip to content

Commit 70424d6

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

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
@@ -121,10 +121,8 @@ public function testBeforeInvalidControlCharCausesException()
121121
* @doesNotPerformAssertions
122122
*
123123
* @dataProvider stringWithLineBreakAndTabProvider
124-
*
125-
* @param string $input
126124
*/
127-
public function testCheckControlStringWithLineBreakAndTabReturnsTheString($input)
125+
public function testCheckControlStringWithLineBreakAndTabReturnsTheString(string $input)
128126
{
129127
$_GET['val'] = $input;
130128

0 commit comments

Comments
 (0)