12 lines
140 B
PHP
12 lines
140 B
PHP
<?php
|
|
|
|
use Twig\Environment;
|
|
|
|
class_exists('Twig\Environment');
|
|
|
|
if (\false) {
|
|
class Twig_Environment extends Environment
|
|
{
|
|
}
|
|
}
|