From 3e546c9caa22821c605da15823a5cb3d232f8693 Mon Sep 17 00:00:00 2001 From: Joel Pittet Date: Sat, 18 Apr 2015 14:08:38 -0700 Subject: [PATCH] Add Twig_ExistsLoaderInterface back for 1.x BC layer --- lib/Twig/ExistsLoaderInterface.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 lib/Twig/ExistsLoaderInterface.php 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 +{ +}