Correct a typo in the ReflectionExtractor's description

This commit is contained in:
Kévin Dunglas 2016-10-05 21:27:34 +02:00
parent 42e20f362f
commit 1427d33153
No known key found for this signature in database
GPG Key ID: 4D04EBEF06AAF3A6
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>
*/