@@ -75,9 +75,4 @@ |
||
75 | 75 | if (!$this->isExtensibilityElementOK($msg)) { |
76 | 76 | return false; |
77 | 77 | } |
78 | - if (!$this->isTFacetAttributesTraitValid($msg)) { |
|
79 | - return false; |
|
80 | - } |
|
81 | - return true; |
|
82 | - } |
|
83 | -} |
|
78 | + if (!$this->isTFacetAttributesTraitValid($msg |
|
84 | 79 | \ No newline at end of file |
@@ -176,10 +176,4 @@ |
||
176 | 176 | return false; |
177 | 177 | } |
178 | 178 | |
179 | - if (!$this->isValidArrayOK($this->schema, '\AlgoWeb\ODataMetadata\MetadataV3\edm\Schema', $msg, 1)) { |
|
180 | - return false; |
|
181 | - } |
|
182 | - |
|
183 | - return true; |
|
184 | - } |
|
185 | -} |
|
179 | + if (!$this->isValidArrayOK($this->schema, '\AlgoWeb\ODataMetadata\MetadataV3\edm\Schema', $msg |
|
186 | 180 | \ No newline at end of file |