/home/arranoyd/www/wp-content/plugins/brizy/vendor/twig/twig/lib/Twig/Cache/Null.php
<?php

use Twig\Cache\NullCache;

class_exists('Twig\Cache\NullCache');

if (\false) {
    class Twig_Cache_Null extends NullCache
    {
    }
}