@@ -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 | } |
@@ -50,8 +50,7 @@ |
||
50 | 50 | * Class Context |
51 | 51 | * @package Platine\Template\Context |
52 | 52 | */ |
53 | -class Context |
|
54 | -{ |
|
53 | +class Context { |
|
55 | 54 | |
56 | 55 | |
57 | 56 | } |
@@ -50,8 +50,7 @@ |
||
50 | 50 | * Class BlockContext |
51 | 51 | * @package Platine\Template\Context |
52 | 52 | */ |
53 | -class BlockContext |
|
54 | -{ |
|
53 | +class BlockContext { |
|
55 | 54 | |
56 | 55 | |
57 | 56 | } |
@@ -36,6 +36,5 @@ |
||
36 | 36 | * Class TemplateSyntaxErrorException |
37 | 37 | * @package Platine\Template\Exception |
38 | 38 | */ |
39 | -class TemplateSyntaxErrorException extends TemplateException |
|
40 | -{ |
|
39 | +class TemplateSyntaxErrorException extends TemplateException { |
|
41 | 40 | } |
@@ -36,6 +36,5 @@ |
||
36 | 36 | * Class TemplateNotFoundException |
37 | 37 | * @package Platine\Template\Exception |
38 | 38 | */ |
39 | -class TemplateNotFoundException extends TemplateException |
|
40 | -{ |
|
39 | +class TemplateNotFoundException extends TemplateException { |
|
41 | 40 | } |
@@ -38,6 +38,5 @@ |
||
38 | 38 | * Class TemplateException |
39 | 39 | * @package Platine\Template\Exception |
40 | 40 | */ |
41 | -class TemplateException extends Exception |
|
42 | -{ |
|
41 | +class TemplateException extends Exception { |
|
43 | 42 | } |
@@ -36,6 +36,5 @@ |
||
36 | 36 | * Class TemplateParseErrorException |
37 | 37 | * @package Platine\Template\Exception |
38 | 38 | */ |
39 | -class TemplateParseErrorException extends TemplateException |
|
40 | -{ |
|
39 | +class TemplateParseErrorException extends TemplateException { |
|
41 | 40 | } |
@@ -50,8 +50,7 @@ |
||
50 | 50 | * Class CommentTag |
51 | 51 | * @package Platine\Template\Tag |
52 | 52 | */ |
53 | -class CommentTag extends Tag |
|
54 | -{ |
|
53 | +class CommentTag extends Tag { |
|
55 | 54 | |
56 | 55 | |
57 | 56 | } |
@@ -50,8 +50,7 @@ |
||
50 | 50 | * Class NowTag |
51 | 51 | * @package Platine\Template\Tag |
52 | 52 | */ |
53 | -class NowTag extends Tag |
|
54 | -{ |
|
53 | +class NowTag extends Tag { |
|
55 | 54 | |
56 | 55 | |
57 | 56 | } |