File "ArrayLoader.php"

Full Path: /home/cananyalcin/public_html/core/lib/twig/twig/src/Loader/ArrayLoader.php
File size: 144 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Twig\Loader;

class_exists('Twig_Loader_Array');

if (\false) {
    class ArrayLoader extends \Twig_Loader_Array
    {
    }
}