diff options
Diffstat (limited to 'srcs/phpmyadmin/vendor/twig/twig/lib/Twig/RuntimeLoaderInterface.php')
| -rw-r--r-- | srcs/phpmyadmin/vendor/twig/twig/lib/Twig/RuntimeLoaderInterface.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/srcs/phpmyadmin/vendor/twig/twig/lib/Twig/RuntimeLoaderInterface.php b/srcs/phpmyadmin/vendor/twig/twig/lib/Twig/RuntimeLoaderInterface.php deleted file mode 100644 index 8edf61a..0000000 --- a/srcs/phpmyadmin/vendor/twig/twig/lib/Twig/RuntimeLoaderInterface.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php - -use Twig\RuntimeLoader\RuntimeLoaderInterface; - -class_exists('Twig\RuntimeLoader\RuntimeLoaderInterface'); - -@trigger_error(sprintf('Using the "Twig_RuntimeLoaderInterface" class is deprecated since Twig version 2.7, use "Twig\RuntimeLoader\RuntimeLoaderInterface" instead.'), E_USER_DEPRECATED); - -if (\false) { - /** @deprecated since Twig 2.7, use "Twig\RuntimeLoader\RuntimeLoaderInterface" instead */ - class Twig_RuntimeLoaderInterface extends RuntimeLoaderInterface - { - } -} |
