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.
2 parents ba2e533 + e6f7111 commit 2f743cdCopy full SHA for 2f743cd
Tests/Parser/ReaderTest.php
@@ -93,7 +93,7 @@ public function testToEnd()
93
$this->assertTrue($reader->isEOF());
94
}
95
96
- private function assignPosition(Reader $reader, $value)
+ private function assignPosition(Reader $reader, int $value)
97
{
98
$position = new \ReflectionProperty($reader, 'position');
99
$position->setAccessible(true);
0 commit comments