Issue #3293122 by lauriii: Document \Drupal\Core\Template\TwigExtension::getPath $parameters argument as optional

(cherry picked from commit 4214a87c57)
merge-requests/2498/head
catch 2022-07-10 17:27:33 +09:00
parent 98e5ab0b3e
commit cd46ba5787
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class TwigExtension extends AbstractExtension {
* @param $name
* The name of the route.
* @param array $parameters
* An associative array of route parameters names and values.
* (optional) An associative array of route parameters names and values.
* @param array $options
* (optional) An associative array of additional options. The 'absolute'
* option is forced to be FALSE.