File "TrimMode.php"

Full Path: /home/warrior1/public_html/languages/wp-content-20241001222009/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Platforms/TrimMode.php
File size: 286 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
declare (strict_types=1);
namespace MailPoetVendor\Doctrine\DBAL\Platforms;
if (!defined('ABSPATH')) exit;
final class TrimMode
{
 public const UNSPECIFIED = 0;
 public const LEADING = 1;
 public const TRAILING = 2;
 public const BOTH = 3;
 private function __construct()
 {
 }
}