Completed
Push — master ( 1b5b6b...41c516 )
by Alexander
8s
created
src/Proxy/AbstractProxy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.