@@ -22,7 +22,7 @@ |
||
22 | 22 | |
23 | 23 | /** |
24 | 24 | * @param Token $variable |
25 | - * @param array $tokensToReplace |
|
25 | + * @param Token[] $tokensToReplace |
|
26 | 26 | */ |
27 | 27 | public function __construct(Token $variable, array $tokensToReplace) { |
28 | 28 | $this->variable = $variable; |