File tree Expand file tree Collapse file tree 4 files changed +7
-25
lines changed Expand file tree Collapse file tree 4 files changed +7
-25
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,7 @@ public function __construct(UrlGeneratorInterface $generator)
33
33
}
34
34
35
35
/**
36
- * Returns a list of functions to add to the existing list.
37
- *
38
- * @return array An array of functions
36
+ * {@inheritdoc}
39
37
*/
40
38
public function getFunctions ()
41
39
{
Original file line number Diff line number Diff line change 27
27
class TransChoiceTokenParser extends TransTokenParser
28
28
{
29
29
/**
30
- * Parses a token and returns a node.
31
- *
32
- * @return Node
33
- *
34
- * @throws SyntaxError
30
+ * {@inheritdoc}
35
31
*/
36
32
public function parse (Token $ token )
37
33
{
@@ -82,9 +78,7 @@ public function decideTransChoiceFork($token)
82
78
}
83
79
84
80
/**
85
- * Gets the tag name associated with this token parser.
86
- *
87
- * @return string The tag name
81
+ * {@inheritdoc}
88
82
*/
89
83
public function getTag ()
90
84
{
Original file line number Diff line number Diff line change 24
24
class TransDefaultDomainTokenParser extends AbstractTokenParser
25
25
{
26
26
/**
27
- * Parses a token and returns a node.
28
- *
29
- * @return Node
27
+ * {@inheritdoc}
30
28
*/
31
29
public function parse (Token $ token )
32
30
{
@@ -38,9 +36,7 @@ public function parse(Token $token)
38
36
}
39
37
40
38
/**
41
- * Gets the tag name associated with this token parser.
42
- *
43
- * @return string The tag name
39
+ * {@inheritdoc}
44
40
*/
45
41
public function getTag ()
46
42
{
Original file line number Diff line number Diff line change 28
28
class TransTokenParser extends AbstractTokenParser
29
29
{
30
30
/**
31
- * Parses a token and returns a node.
32
- *
33
- * @return Node
34
- *
35
- * @throws SyntaxError
31
+ * {@inheritdoc}
36
32
*/
37
33
public function parse (Token $ token )
38
34
{
@@ -83,9 +79,7 @@ public function decideTransFork($token)
83
79
}
84
80
85
81
/**
86
- * Gets the tag name associated with this token parser.
87
- *
88
- * @return string The tag name
82
+ * {@inheritdoc}
89
83
*/
90
84
public function getTag ()
91
85
{
You can’t perform that action at this time.
0 commit comments