Passed
Push — develop ( ef39c5...067c9c )
by nguereza
02:46
created
src/Data/StreamToken.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 StreamToken
51 51
  * @package Platine\Template\Data
52 52
  */
53
-class StreamToken
54
-{
53
+class StreamToken {
55 54
 
56 55
 
57 56
 }
Please login to merge, or discard this patch.
src/Data/TemplateInfo.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 TemplateInfo
51 51
  * @package Platine\Template\Data
52 52
  */
53
-class TemplateInfo
54
-{
53
+class TemplateInfo {
55 54
 
56 55
 
57 56
 }
Please login to merge, or discard this patch.
src/Data/Token.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 Token
51 51
  * @package Platine\Template\Data
52 52
  */
53
-class Token
54
-{
53
+class Token {
55 54
 
56 55
 
57 56
 }
Please login to merge, or discard this patch.
src/Data/StreamWriter.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 StreamWriter
51 51
  * @package Platine\Template\Data
52 52
  */
53
-class StreamWriter
54
-{
53
+class StreamWriter {
55 54
 
56 55
 
57 56
 }
Please login to merge, or discard this patch.
src/Data/Evaluator.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 Evaluator
51 51
  * @package Platine\Template\Data
52 52
  */
53
-class Evaluator
54
-{
53
+class Evaluator {
55 54
 
56 55
 
57 56
 }
Please login to merge, or discard this patch.
src/Parser/Parser.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 Parser
51 51
  * @package Platine\Template\Parser
52 52
  */
53
-class Parser
54
-{
53
+class Parser {
55 54
 
56 55
 
57 56
 }
Please login to merge, or discard this patch.
src/Parser/Tokenizer.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 Tokenizer
51 51
  * @package Platine\Template\Parser
52 52
  */
53
-class Tokenizer
54
-{
53
+class Tokenizer {
55 54
 
56 55
 
57 56
 }
Please login to merge, or discard this patch.
src/Parser/ArgumentLexer.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 ArgumentLexer
51 51
  * @package Platine\Template\Parser
52 52
  */
53
-class ArgumentLexer
54
-{
53
+class ArgumentLexer {
55 54
 
56 55
 
57 56
 }
Please login to merge, or discard this patch.
src/Parser/Lexer.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 Lexer
51 51
  * @package Platine\Template\Parser
52 52
  */
53
-class Lexer
54
-{
53
+class Lexer {
55 54
 
56 55
 
57 56
 }
Please login to merge, or discard this patch.