1<?php
2
3use Twig\RuntimeLoader\FactoryRuntimeLoader;
4
5class_exists('Twig\RuntimeLoader\FactoryRuntimeLoader');
6
7if (\false) {
8    class Twig_FactoryRuntimeLoader extends FactoryRuntimeLoader
9    {
10    }
11}
12