Test Failed
Push — master ( 58d34e...819155 )
by Christopher
03:53
created
src/MetadataV3/edm/TSchemaType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
                 die($this->getNamespace());
127 127
                 return false;
128 128
             }*/
129
-            $eSetType = str_replace($this->getNamespace() . ".", "", $eSetType);
129
+            $eSetType = str_replace($this->getNamespace().".", "", $eSetType);
130 130
             if (!in_array($eSetType, $entityTypeNames)) {
131 131
                 $msg = "entitySet Types should have a matching type name in entity Types";
132 132
                 return false;
Please login to merge, or discard this patch.