* Empty Coalesce adds the ??? operator to Twig that will return the first thing
6
* that is defined, not null, and not empty.
7
*
8
* @link https://nystudio107.com/
9
* @copyright Copyright (c) 2018 nystudio107
10
*/
11
12
use nystudio107\emptycoalesce\Node\Expression\EmptyCoalesceExpression;
13
14
/**
15
* @author nystudio107
16
* @package EmptyCoalesce
17
* @since 1.0.0
18
*/
19
20
@trigger_error(sprintf('Using the "Twig_Node_Expression_EmptyCoalesce" class is deprecated since Twig version 2.7, use "nystudio107\emptycoalesce\Node\Expression\EmptyCoalesceExpression" instead.'), E_USER_DEPRECATED);