minor #20165 Correct a typo in the ReflectionExtractor's description (dunglas)

This PR was merged into the 2.8 branch.

Discussion
----------

Correct a typo in the ReflectionExtractor's description

| Q             | A
| ------------- | ---
| Branch?       |2.8
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | no
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Information is uncountable. Standardize with the description of the `PhpDocExtractor`.

Commits
-------

1427d33 Correct a typo in the ReflectionExtractor's description
This commit is contained in:
Fabien Potencier 2016-10-05 16:56:45 -07:00
commit 8f4f40a3d5
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ use Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface;
use Symfony\Component\PropertyInfo\Type;
/**
* Extracts PHP informations using the reflection API.
* Extracts data using the reflection API.
*
* @author Kévin Dunglas <dunglas@gmail.com>
*/