| Current Path : /var/www/v3.cesa.co.za/vendor/doctrine/migrations/src/Version/ |
| Current File : /var/www/v3.cesa.co.za/vendor/doctrine/migrations/src/Version/Comparator.php |
<?php
declare(strict_types=1);
namespace Doctrine\Migrations\Version;
interface Comparator
{
public function compare(Version $a, Version $b): int;
}