internal/internalsignatures.php
#!/usr/bin/env php
<?php
declare(strict_types=1);
// @phan-file-suppress PhanPluginRemoveDebugEcho
require_once dirname(__DIR__) . '/vendor/autoload.php';
require_once __DIR__ . '/lib/IncompatibleXMLSignatureDetector.php';
IncompatibleXMLSignatureDetector::main();