|
@@ -208,7 +208,7 @@ |
|
|
block discarded – undo |
|
208
|
208
|
$modifiersLine = ''; |
|
209
|
209
|
if ($reflectionReturnType) { |
|
210
|
210
|
$nsPrefix = $reflectionReturnType->isBuiltin() ? '' : '\\'; |
|
211
|
|
- $reflectionReturnType = $nsPrefix . (string)$reflectionReturnType; |
|
|
211
|
+ $reflectionReturnType = $nsPrefix . (string) $reflectionReturnType; |
|
212
|
212
|
} |
|
213
|
213
|
if ($functionLike instanceof ReflectionMethod) { |
|
214
|
214
|
$modifiersLine = join(' ', Reflection::getModifierNames($functionLike->getModifiers())); |
Please login to merge, or discard this patch.