8000
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 103e391 commit 97134b9Copy full SHA for 97134b9
src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php
@@ -421,7 +421,7 @@ public function testIsWriteableSnakeCase()
421
{
422
$this->assertTrue($this->extractor->isWritable(SnakeCaseDummy::class, 'snake_property'));
423
$this->assertFalse($this->extractor->isWritable(SnakeCaseDummy::class, 'snake_readonly'));
424
- //Ensure thaat it is still possible to write to the property using the (old) snake name
+ // Ensure that it's still possible to write to the property using the (old) snake name
425
$this->assertTrue($this->extractor->isWritable(SnakeCaseDummy::class, 'snake_method'));
426
}
427
0 commit comments