Passed
Push — develop ( 4521e5...483e3b )
by nguereza
03:19
created
src/Template/Tag/CsrfTag.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,8 +61,8 @@
 block discarded – undo
61 61
 class CsrfTag extends AbstractTag
62 62
 {
63 63
     /**
64
-    * {@inheritdoc}
65
-    */
64
+     * {@inheritdoc}
65
+     */
66 66
     public function __construct(string $markup, &$tokens, Parser $parser)
67 67
     {
68 68
         parent::__construct($markup, $tokens, $parser);
Please login to merge, or discard this patch.
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -58,13 +58,11 @@
 block discarded – undo
58 58
  * @package Platine\Framework\Template\Tag
59 59
  * @template T
60 60
  */
61
-class CsrfTag extends AbstractTag
62
-{
61
+class CsrfTag extends AbstractTag {
63 62
     /**
64 63
     * {@inheritdoc}
65 64
     */
66
-    public function __construct(string $markup, &$tokens, Parser $parser)
67
-    {
65
+    public function __construct(string $markup, &$tokens, Parser $parser) {
68 66
         parent::__construct($markup, $tokens, $parser);
69 67
         $this->extractAttributes($markup);
70 68
     }
Please login to merge, or discard this patch.