Files
Mustache/test/fixtures/autoloader/NonMustacheClass.php
T
2013-09-18 12:10:17 -07:00

16 lines
252 B
PHP

<?php
/*
* This file is part of Mustache.php.
*
* (c) 2013 Justin Hileman
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class NonMustacheClass
{
// noop
}