Path : /var/www/html/solarwindia/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ |
Current File : /var/www/html/solarwindia/vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php |
<?php namespace Doctrine\DBAL\Types; /** * Implementations should map a database type to a PHP integer. * * @internal */ interface PhpIntegerMappingType { }