PhpIntegerMappingType.php 189 Bytes
<?php

declare(strict_types=1);

namespace Doctrine\DBAL\Types;

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