Просмотр файла vendor/doctrine/dbal/src/Types/PhpIntegerMappingType.php

Размер файла: 163B
<?php

namespace Doctrine\DBAL\Types;

/**
 * Implementations should map a database type to a PHP integer.
 *
 * @internal
 */
interface PhpIntegerMappingType
{
}