8000 Fixed typo in ReflectionExtractorTest.php · symfony/symfony@97134b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 97134b9

Browse files
jbtronicsmaxbeckers
andcommitted
Fixed typo in ReflectionExtractorTest.php
Co-authored-by: Max Beckers <beckers.maximilian@gmail.com>
1 parent 103e391 commit 97134b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ public function testIsWriteableSnakeCase()
421421
{
422422
$this->assertTrue($this->extractor->isWritable(SnakeCaseDummy::class, 'snake_property'));
423423
$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
424+
// Ensure that it's still possible to write to the property using the (old) snake name
425425
$this->assertTrue($this->extractor->isWritable(SnakeCaseDummy::class, 'snake_method'));
426426
}
427427

0 commit comments

Comments
 (0)
0