Skip to content

Commit d47848a

Browse files
committed
minor #21246 [Form] Fix extra space in inherit_data_option.rst (pyrech)
This PR was merged into the 6.4 branch. Discussion ---------- [Form] Fix extra space in inherit_data_option.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- c8b2959 Fix extra space in inherit_data_option.rst
2 parents 977ecb4 + c8b2959 commit d47848a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/inherit_data_option.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ entities, a ``Company`` and a ``Customer``::
2929
private string $firstName;
3030
private string $lastName;
3131
32-
private string $address;
32+
private string $address;
3333
private string $zipcode;
3434
private string $city;
3535
private string $country;

0 commit comments

Comments
 (0)