File "SQLLogger.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
File size: 264 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Doctrine\DBAL\Logging;
if (!defined('ABSPATH')) exit;
use MailPoetVendor\Doctrine\DBAL\Types\Type;
interface SQLLogger
{
 public function startQuery($sql, ?array $params = null, ?array $types = null);
 public function stopQuery();
}