Skip to content

Instantly share code, notes, and snippets.

<?php
// src/EventListener/OracleDoctrineTypeMappingListener.php
namespace App\EventListener;
use Doctrine\DBAL\DBALException;
use Doctrine\DBAL\Event\ConnectionEventArgs;
use Doctrine\DBAL\Events;
use Doctrine\Common\EventSubscriber;
/**