Skip to content

Commit acd7823

Browse files
committed
Remove wrongly positioned break
1 parent fa38ae7 commit acd7823

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/XML/ds/KeyInfo.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ public static function fromXML(DOMElement $xml): static
184184
};
185185
} else {
186186
$info[] = new Chunk($n);
187-
break;
188187
}
189188
}
190189

0 commit comments

Comments
 (0)