We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7730a commit 8effdd7Copy full SHA for 8effdd7
1 file changed
src/XML/ds/X509SerialNumber.php
@@ -39,7 +39,7 @@ public function __construct(string $content)
39
*/
40
protected function validateContent(/** @scrutinizer ignore-unused */ string $content): void
41
{
42
- Assert::integerish($content, SchemaViolationException::class);
+ Assert::numeric($content, SchemaViolationException::class);
43
}
44
45
0 commit comments