Test Failed
Push — master ( 268315...188fde )
by Christopher
10:31
created
src/MetadataV3/edmx/TDataServicesType.php 1 patch
Spacing   +2 added lines, -8 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
     {
154 154
         if (!$this->isValidArrayOK(
155 155
             $dataServices,
156
-<<<<<<< HEAD
156
+<< << <<< HEAD
157 157
             '\AlgoWeb\ODataMetadata\MetadataV3\edm\Schema',
158 158
             $msg,
159 159
             1
@@ -176,10 +176,4 @@  discard block
 block discarded – undo
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
Please login to merge, or discard this patch.
src/MetadataV3/edm/TTypeRefType.php 1 patch
Spacing   +2 added lines, -7 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
      */
33 33
     private $type = null;
34 34
 
35
-<<<<<<< HEAD
35
+<< << <<< HEAD
36 36
         /**
37 37
          * Gets as type
38 38
          *
@@ -75,9 +75,4 @@  discard block
 block discarded – undo
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
Please login to merge, or discard this patch.