Skip to content

Commit

Permalink
Remove gendered pronouns
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaëll Roussel authored and fabpot committed Jan 27, 2019
1 parent f762833 commit 671f1a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions FormRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ public function searchAndRenderBlock(FormView $view, $blockNameSuffix, array $va
// to implement a custom "choice_widget" block (no matter in which theme),
// or to fallback to the block of the parent type, which would be
// "form_widget" in this example (again, no matter in which theme).
// If the designer wants to explicitly fallback to "form_widget" in his
// custom "choice_widget", for example because he only wants to wrap
// a <div> around the original implementation, he can simply call the
// If the designer wants to explicitly fallback to "form_widget" in their
// custom "choice_widget", for example because they only want to wrap
// a <div> around the original implementation, they can simply call the
// widget() function again to render the block for the parent type.
//
// The second kind is implemented in the following blocks.
Expand Down
2 changes: 1 addition & 1 deletion Tests/AbstractTableLayoutTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ public function testFormEndWithRest()
// Insert the start tag, the end tag should be rendered by the helper
// Unfortunately this is not valid HTML, because the surrounding table
// tag is missing. If someone renders a form with table layout
// manually, she should call form_rest() explicitly within the <table>
// manually, they should call form_rest() explicitly within the <table>
// tag.
$this->assertMatchesXpath('<form>'.$html,
'/form
Expand Down

0 comments on commit 671f1a0

Please sign in to comment.