1<?php 2 3use Twig\Loader\LoaderInterface; 4 5class_exists('Twig\Loader\LoaderInterface'); 6 7if (\false) { 8 class Twig_LoaderInterface extends LoaderInterface 9 { 10 } 11} 12
1<?php 2 3use Twig\Loader\LoaderInterface; 4 5class_exists('Twig\Loader\LoaderInterface'); 6 7if (\false) { 8 class Twig_LoaderInterface extends LoaderInterface 9 { 10 } 11} 12