We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3ab5e commit e7e492fCopy full SHA for e7e492f
tests/system/Filters/InvalidCharsTest.php
@@ -144,10 +144,8 @@ public function stringWithLineBreakAndTabProvider()
144
145
/**
146
* @dataProvider stringWithControlCharsProvider
147
- *
148
- * @param string $input
149
*/
150
- public function testCheckControlStringWithControlCharsCausesException($input)
+ public function testCheckControlStringWithControlCharsCausesException(string $input)
151
{
152
$this->expectException(SecurityException::class);
153
$this->expectExceptionMessage('Invalid Control characters in get:');
0 commit comments