Skip to content

Commit 62b2b2b

Browse files
fabpotnicolas-grekas
authored andcommitted
Remove unneeded phpdocs
1 parent b3f7c3a commit 62b2b2b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Exception/SyntaxErrorException.php

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class SyntaxErrorException extends ParseException
2525
{
2626
/**
2727
* @param string $expectedValue
28-
* @param Token $foundToken
2928
*
3029
* @return self
3130
*/

Node/FunctionNode.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ class FunctionNode extends AbstractNode
3030
private $arguments;
3131

3232
/**
33-
* @param NodeInterface $selector
34-
* @param string $name
35-
* @param Token[] $arguments
33+
* @param string $name
34+
* @param Token[] $arguments
3635
*/
3736
public function __construct(NodeInterface $selector, string $name, array $arguments = [])
3837
{

0 commit comments

Comments
 (0)