minor #24939 fixed typo (mickaelandrieu)

This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #24939).

Discussion
----------

fixed typo

| Q             | A
| ------------- | ---
| Branch?       | master / 3.4?
| Bug fix?      | no
| New feature?  | no <!-- don't forget to update src/**/CHANGELOG.md files -->
| BC breaks?    | no
| BC breaks?    | no
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md files -->
| Tests pass?   | yes
| Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        |  it's actually part of docs <!--highly recommended for new features-->

<!--
- Bug fixes must be submitted against the lowest branch where they apply
  (lowest branches are regularly merged to upper ones so they get the fixes too).
- Features and deprecations must be submitted against the master branch.
- Please fill in this template according to the PR you're about to submit.
- Replace this comment by a description of what your PR is solving.
-->

Commits
-------

bfede8c fixed typo
This commit is contained in:
Nicolas Grekas 2017-11-13 19:06:49 +01:00
commit 3946f25444

View File

@ -116,7 +116,7 @@ Form
```php
class MyTimezoneType extends AbstractType
{
public function. getParent()
public function getParent()
{
return TimezoneType::class;
}