From a2d3b256206651f5f628db12f14bd227b9120b0a Mon Sep 17 00:00:00 2001 From: Axel Guckelsberger Date: Tue, 16 Jan 2024 15:28:05 +0100 Subject: [PATCH 1/2] avoid unneeded type cast --- src/SchemaReader.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/SchemaReader.php b/src/SchemaReader.php index 4fe23ba1..bde4f05f 100644 --- a/src/SchemaReader.php +++ b/src/SchemaReader.php @@ -500,8 +500,7 @@ private function loadSequenceChildNodeLoadElement( $this->resolveSubstitutionGroup($schema, $node, $childNode, $element); if (null !== $min) { - // NOTE must not pass "null" to max() function, because "max(null, 0)" returns "null" instead of "0" - $element->setMin(max((int) $element->getMin(), $min)); + $element->setMin(max($element->getMin(), $min)); } if (null !== $max && 1 < $max) { From de705b9a548076e70efd75a693dbb8e62af31587 Mon Sep 17 00:00:00 2001 From: Github Actions Bot <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 14:29:05 +0000 Subject: [PATCH 2/2] Update code coverage badge --- clover.xml | 514 ++++++++++++++++++++++++++--------------------------- 1 file changed, 257 insertions(+), 257 deletions(-) diff --git a/clover.xml b/clover.xml index e20bb8f4..47547634 100644 --- a/clover.xml +++ b/clover.xml @@ -1,6 +1,6 @@ - - + + @@ -576,7 +576,7 @@ - + @@ -621,7 +621,7 @@ - + @@ -630,7 +630,7 @@ - + @@ -797,7 +797,7 @@ - + @@ -805,30 +805,31 @@ - + - - - - - - + + + + + + + - - + + - + - - + + - + @@ -840,14 +841,14 @@ - - + + - - - - + + + + @@ -858,12 +859,12 @@ - + - - - + + + @@ -877,73 +878,73 @@ - - + + - - - + + + - - - - + + + + - - - - + + + + - - + + - + - + - + - - - + + + - + - + - - + + - + - - + + - - - + + + - + - + @@ -953,16 +954,16 @@ - + - + - - - - + + + + - + @@ -974,25 +975,25 @@ - - + + - - + + - - + + - + - + @@ -1004,13 +1005,13 @@ - - + + - + - + @@ -1020,24 +1021,24 @@ - + - + - - + + - + - - - + + + - - + + @@ -1046,12 +1047,12 @@ - - + + - - + + @@ -1068,12 +1069,12 @@ - - + + - + @@ -1091,14 +1092,14 @@ - - - + + + - + @@ -1106,67 +1107,67 @@ - + - - + + - - + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - + + - - - + + + - + - + @@ -1175,7 +1176,7 @@ - + @@ -1183,65 +1184,65 @@ - + - - - - - + + + + + - - - + + + - - - + + + - - - + + + - + - + - + - - - - + + + + - - - - + + + + - - - - + + + + - - - + + + - + @@ -1249,11 +1250,11 @@ - + - + - + @@ -1261,130 +1262,129 @@ - + - - - - - + + + + + - + - + - - - + + + - + - - - + + + - - - - - - - - - + + + + + + + + + - - + + - - - - - - + + + + + + - + - - - - + + + + - - + + - - - + + + - + - - + + - - - + + + - + - + - - - - - + + + + + - - - + + + - - - + + + - - - - + + + + - - + + - + - - - + + + - + - + - - + @@ -1440,6 +1440,6 @@ - +