Passed
Push — master ( 49cbb6...2d4076 )
by Christopher
03:23
created
MetadataV4/src/edmx/TEdmxType.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -169,10 +169,11 @@
 block discarded – undo
169 169
             $msg = "edmx version can not be null";
170 170
             return false;
171 171
         }
172
-        if (is_float($this->version))
173
-
172
+        if (is_float($this->version)) {
173
+        
174 174
             if (!$this->isValidArray($this->dataServices, \AlgoWeb\ODataMetadata\MetadataV4\edm\Schem, 1)) {
175 175
                 $msg = "edmx the dataservice definition contains invalid enteries.";
176
+        }
176 177
                 return false;
177 178
             }
178 179
         if (!$this->isValidArray($this->reference, \AlgoWeb\ODataMetadata\MetadataV4\edmx\TReferenceType)) {
Please login to merge, or discard this patch.