@@ -138,9 +138,9 @@ |
||
| 138 | 138 | * |
| 139 | 139 | * @param int $offset |
| 140 | 140 | * @param int $length |
| 141 | - * @param array $replacements |
|
| 141 | + * @param \Symfony\Component\ExpressionLanguage\Token[] $replacements |
|
| 142 | 142 | * |
| 143 | - * @return \static |
|
| 143 | + * @return TokenStream |
|
| 144 | 144 | */ |
| 145 | 145 | public function splice($offset, $length, $replacements) |
| 146 | 146 | { |