Passed
Push — develop ( ef39c5...067c9c )
by nguereza
02:46
created
src/Template.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,8 +50,7 @@
 block discarded – undo
50 50
  * Class Template
51 51
  * @package Platine\Template
52 52
  */
53
-class Template
54
-{
53
+class Template {
55 54
 
56 55
 
57 56
 }
Please login to merge, or discard this patch.
src/Context/Context.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,8 +50,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/Context/BlockContext.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,8 +50,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/Exception/TemplateSyntaxErrorException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,6 +36,5 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/Exception/TemplateNotFoundException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,6 +36,5 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/Exception/TemplateException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,6 +38,5 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/Exception/TemplateParseErrorException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,6 +36,5 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/Tag/CommentTag.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,8 +50,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
src/Tag/NowTag.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,8 +50,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.