|
@@ -350,7 +350,7 @@ |
|
|
block discarded – undo |
|
350
|
350
|
* @return string |
|
351
|
351
|
* @see https://github.com/symfony/symfony/blob/master/src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php#L215 |
|
352
|
352
|
*/ |
|
353
|
|
- protected static function extractNameFromReflexionType(\ReflectionType $reflectionType){ |
|
|
353
|
+ protected static function extractNameFromReflexionType(\ReflectionType $reflectionType) { |
|
354
|
354
|
return $reflectionType instanceof \ReflectionNamedType ? $reflectionType->getName() : $reflectionType->__toString(); |
|
355
|
355
|
} |
|
356
|
356
|
} |
Please login to merge, or discard this patch.