Mercurial > hg > isophonics-drupal-site
annotate vendor/twig/twig/lib/Twig/FactoryRuntimeLoader.php @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | af1871eacc83 |
children |
rev | line source |
---|---|
Chris@0 | 1 <?php |
Chris@0 | 2 |
Chris@18 | 3 use Twig\RuntimeLoader\FactoryRuntimeLoader; |
Chris@0 | 4 |
Chris@18 | 5 class_exists('Twig\RuntimeLoader\FactoryRuntimeLoader'); |
Chris@0 | 6 |
Chris@18 | 7 if (\false) { |
Chris@18 | 8 class Twig_FactoryRuntimeLoader extends FactoryRuntimeLoader |
Chris@0 | 9 { |
Chris@0 | 10 } |
Chris@0 | 11 } |