Test Failed
Pull Request — master (#22)
by Christopher
29:04 queued 24:44
created
src/MetadataManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -442,7 +442,7 @@
 block discarded – undo
442 442
 
443 443
         $namespace = $this->getNamespace();
444 444
         $typeName = $expectedReturnType->getName();
445
-        $fqTypeName = $namespace.$typeName;
445
+        $fqTypeName = $namespace . $typeName;
446 446
         $fqSetName = ($entitySet == null) ? $typeName : $entitySet->getName();
447 447
 
448 448
         $returnType = new TFunctionImportReturnTypeType();
Please login to merge, or discard this patch.