Ramsey\Uuid\Doctrine\UuidType::requiresSQLCommentHint PHP Method

requiresSQLCommentHint() public method

public requiresSQLCommentHint ( Doctrine\DBAL\Platforms\AbstractPlatform $platform ) : boolean
$platform Doctrine\DBAL\Platforms\AbstractPlatform
return boolean
    public function requiresSQLCommentHint(AbstractPlatform $platform)
    {
        return true;
    }