Fix type in Version20240318084804

This commit is contained in:
Alejandro Celaya 2024-03-27 19:08:00 +01:00
parent 8417498f08
commit cef30c8e2d

View File

@ -39,7 +39,7 @@ final class Version20240318084804 extends AbstractMigration
}
}
private function insertCount(string $shortUrlId, int $count, bool $potentialBot): void
private function insertCount(string|int $shortUrlId, int $count, bool $potentialBot): void
{
$this->connection->createQueryBuilder()
->insert('short_url_visits_counts')