composer package updates
[openemr.git] / vendor / twig / twig / src / Extension / RuntimeExtensionInterface.php
blob63bc3b1ab10847be082a8d7206fde3c135fef96f
1 <?php
3 /*
4 * This file is part of Twig.
6 * (c) Fabien Potencier
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
12 namespace Twig\Extension;
14 /**
15 * @author Grégoire Pineau <lyrixx@lyrixx.info>
17 interface RuntimeExtensionInterface