Skip to content

Commit cb00227

Browse files
Drop typehints
Tests need to pass on PHP 5 where `string` wasn't reserved yet
1 parent 02dde72 commit cb00227

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/Core/Tokenizers/PHP/BackfillAsymmetricVisibilityTest.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,8 @@ final class BackfillAsymmetricVisibilityTest extends AbstractTokenizerTestCase
2626
*
2727
* @return void
2828
*/
29-
public function testAsymmetricVisibility(
30-
string $testMarker,
31-
string $testType,
32-
string $testContent
33-
) {
29+
public function testAsymmetricVisibility($testMarker, $testType, $testContent)
30+
{
3431
$tokens = $this->phpcsFile->getTokens();
3532
$target = $this->getTargetToken(
3633
$testMarker,

0 commit comments

Comments
 (0)