Skip to content

Commit 2a0e442

Browse files
committed
Fix CS
1 parent 4b64e71 commit 2a0e442

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

Node/DumpNode.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ public function __construct($varPrefix, ?Node $values, int $lineno, string $tag
3232
$this->varPrefix = $varPrefix;
3333
}
3434

35-
/**
36-
* @return void
37-
*/
3835
public function compile(Compiler $compiler): void
3936
{
4037
$compiler

NodeVisitor/TranslationDefaultDomainNodeVisitor.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ protected function doLeaveNode(Node $node, Environment $env): ?Node
107107

108108
/**
109109
* {@inheritdoc}
110-
*
111-
* @return int
112110
*/
113111
public function getPriority(): int
114112
{

NodeVisitor/TranslationNodeVisitor.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ protected function doLeaveNode(Node $node, Environment $env): ?Node
9797

9898
/**
9999
* {@inheritdoc}
100-
*
101-
* @return int
102100
*/
103101
public function getPriority(): int
104102
{

0 commit comments

Comments
 (0)