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 b11f021 commit a0bc9d6Copy full SHA for a0bc9d6
tests/Core/Tokenizer/BackfillExplicitOctalNotationTest.php
@@ -29,7 +29,7 @@ public function testExplicitOctalNotation($testData)
29
{
30
$tokens = self::$phpcsFile->getTokens();
31
32
- $number = $this->getTargetToken($testData['marker'], [T_LNUMBER, T_DNUMBER, T_STRING]);
+ $number = $this->getTargetToken($testData['marker'], [T_LNUMBER]);
33
34
$this->assertSame(constant($testData['type']), $tokens[$number]['code']);
35
$this->assertSame($testData['type'], $tokens[$number]['type']);
0 commit comments