Passed
Pull Request — master (#21)
by Christopher
10:39 queued 06:18
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.