diff --git a/lib/Twig/ExistsLoaderInterface.php b/lib/Twig/ExistsLoaderInterface.php new file mode 100644 index 000000000..01a522fe7 --- /dev/null +++ b/lib/Twig/ExistsLoaderInterface.php @@ -0,0 +1,24 @@ + + * + * @deprecated since 1.12 (to be removed in 3.0) + */ +interface Twig_ExistsLoaderInterface extends Twig_LoaderInterface +{ +}