aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/vendor/twig/extensions/src/I18nExtension.php
blob: c8e3ca9ff5d33a6345136a6459e1fcf5704bc6d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

namespace Twig\Extensions;

class_exists('Twig_Extensions_Extension_I18n');

if (\false) {
    class I18nExtension extends \Twig_Extensions_Extension_I18n
    {
    }
}