PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
doctrine
/
dbal
/
src
/
Types
/
Editing: PhpIntegerMappingType.php
<?php namespace Doctrine\DBAL\Types; /** * Implementations should map a database type to a PHP integer. * * @internal */ interface PhpIntegerMappingType { }
SAVE
CANCEL