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

namespace Twig\Extensions;

class_exists('Twig_Extensions_Extension_Intl');

if (\false) {
    class IntlExtension extends \Twig_Extensions_Extension_Intl
    {
    }
}