Skip to content

Commit 2567955

Browse files
Merge branch '4.4'
* 4.4: Remove unneeded phpdocs
2 parents 5823dd2 + 62b2b2b commit 2567955

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Exception/SyntaxErrorException.php

Lines changed: 0 additions & 1 deletion
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

Lines changed: 2 additions & 3 deletions
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)