Skip to content

Commit d82cd8f

Browse files
This PR was submitted for the 2.8 branch but it was merged into the 2.3 branch instead (closes symfony#15497). Discussion ---------- typofix - https://github.com/vlajos/misspell_fixer Fix 3 small typos. Original: symfony#15494 Commits ------- 0692ca9 typofix - https://github.com/vlajos/misspell_fixer
2 parents 620a3d4 + 0692ca9 commit d82cd8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function testMemberMetadatas()
113113
$this->metadata->addPropertyConstraint('firstName', new ConstraintA());
114114

115115
$this->assertTrue($this->metadata->hasMemberMetadatas('firstName'));
116-
$this->assertFalse($this->metadata->hasMemberMetadatas('non_existant_field'));
116+
$this->assertFalse($this->metadata->hasMemberMetadatas('non_existent_field'));
117117
}
118118

119119
public function testMergeConstraintsKeepsPrivateMembersSeparate()

src/Symfony/Component/Yaml/Tests/Fixtures/YtsDocumentSeparator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ruby: |
2121
test: Leading Document Separator
2222
todo: true
2323
brief: >
24-
You can explicity give an opening
24+
You can explicitly give an opening
2525
document separator to your YAML stream.
2626
yaml: |
2727
---

0 commit comments

Comments
 (0)