| @@ -38,6 +38,5 @@ | ||
| 38 | 38 | * Class TemplateNotFoundException | 
| 39 | 39 | * @package Platine\Template\Exception | 
| 40 | 40 | */ | 
| 41 | -class TemplateNotFoundException extends Exception | |
| 42 | -{ | |
| 41 | +class TemplateNotFoundException extends Exception { | |
| 43 | 42 | } | 
| @@ -50,8 +50,7 @@ | ||
| 50 | 50 | * Class Template | 
| 51 | 51 | * @package Platine\Template | 
| 52 | 52 | */ | 
| 53 | -class Template | |
| 54 | -{ | |
| 53 | +class Template { | |
| 55 | 54 | |
| 56 | 55 | |
| 57 | 56 | } |