Skip to content

Commit 671f1a0

Browse files
Raphaëll Rousselfabpot
authored andcommitted
Remove gendered pronouns
1 parent f762833 commit 671f1a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

FormRenderer.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ public function searchAndRenderBlock(FormView $view, $blockNameSuffix, array $va
161161
// to implement a custom "choice_widget" block (no matter in which theme),
162162
// or to fallback to the block of the parent type, which would be
163163
// "form_widget" in this example (again, no matter in which theme).
164-
// If the designer wants to explicitly fallback to "form_widget" in his
165-
// custom "choice_widget", for example because he only wants to wrap
166-
// a <div> around the original implementation, he can simply call the
164+
// If the designer wants to explicitly fallback to "form_widget" in their
165+
// custom "choice_widget", for example because they only want to wrap
166+
// a <div> around the original implementation, they can simply call the
167167
// widget() function again to render the block for the parent type.
168168
//
169169
// The second kind is implemented in the following blocks.

Tests/AbstractTableLayoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ public function testFormEndWithRest()
470470
// Insert the start tag, the end tag should be rendered by the helper
471471
// Unfortunately this is not valid HTML, because the surrounding table
472472
// tag is missing. If someone renders a form with table layout
473-
// manually, she should call form_rest() explicitly within the <table>
473+
// manually, they should call form_rest() explicitly within the <table>
474474
// tag.
475475
$this->assertMatchesXpath('<form>'.$html,
476476
'/form

0 commit comments

Comments
 (0)