Your IP : 216.73.217.79


Current Path : /var/www/v3.cesa.co.za/vendor/doctrine/orm/src/Query/AST/
Upload File :
Current File : /var/www/v3.cesa.co.za/vendor/doctrine/orm/src/Query/AST/Phase2OptimizableConditional.php

<?php

declare(strict_types=1);

namespace Doctrine\ORM\Query\AST;

/**
 * Marks types that can be used in place of a ConditionalExpression as a phase
 * 2 optimization.
 *
 * @internal
 */
interface Phase2OptimizableConditional
{
}