| @@ -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 | */ |
| @@ -13,9 +13,8 @@ | ||
| 13 | 13 | * Mustache Template mutable Loader interface. |
| 14 | 14 | */ |
| 15 | 15 | interface Mustache_Loader_MutableLoader |
| 16 | 16 | { |
| 17 | - | |
| 18 | 17 | /** |
| 19 | 18 | * Set an associative array of Template sources for this loader. |
| 20 | 19 | * |
| 21 | 20 | * @param array $templates |