Test Failed
Push — master ( d02b98...d736f1 )
by Christopher
01:12
created
src/MetadataV3/edm/TTypeTestExpressionType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -380,7 +380,7 @@
 block discarded – undo
380 380
             return false;
381 381
         }
382 382
 
383
-        $count =( 0 < count($this->collectionType) ? 1 : 0)
383
+        $count = (0 < count($this->collectionType) ? 1 : 0)
384 384
                  + (0 < count($this->referenceType) ? 1 : 0)
385 385
                  + (0 < count($this->rowType) ? 1 : 0);
386 386
         if (1 < $count) {
Please login to merge, or discard this patch.