From 8069e235fd2971675ee5fc05026ffa9bce5cbbb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 2 Aug 2013 22:43:56 +0200 Subject: move Twig in 3rdparty --- inc/3rdparty/Twig/TestCallableInterface.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 inc/3rdparty/Twig/TestCallableInterface.php (limited to 'inc/3rdparty/Twig/TestCallableInterface.php') diff --git a/inc/3rdparty/Twig/TestCallableInterface.php b/inc/3rdparty/Twig/TestCallableInterface.php new file mode 100644 index 00000000..0db43682 --- /dev/null +++ b/inc/3rdparty/Twig/TestCallableInterface.php @@ -0,0 +1,21 @@ + + * @deprecated since 1.12 (to be removed in 2.0) + */ +interface Twig_TestCallableInterface +{ + public function getCallable(); +} -- cgit v1.2.3