| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | |
| 3 | 3 | /* |
| 4 | 4 | * This file is part of Mustache.php. |
| 5 | 5 | * |
| 6 | - * (c) 2012 Justin Hileman | |
| 6 | + * (c) 2010-2017 Justin Hileman | |
| 7 | 7 | * |
| 8 | 8 | * For the full copyright and license information, please view the LICENSE |
| 9 | 9 | * file that was distributed with this source code. |
| 10 | 10 | */ |
| @@ -24,9 +24,8 @@ | ||
| 24 | 24 | * echo $tpl->render(array('foo' => 'bar')); // "bar" |
| 25 | 25 | */ |
| 26 | 26 | class Mustache_Loader_StringLoader implements Mustache_Loader |
| 27 | 27 | { |
| 28 | - | |
| 29 | 28 | /** |
| 30 | 29 | * Load a Template by source. |
| 31 | 30 | * |
| 32 | 31 | * @param string $name Mustache Template source |