commit cf7f3d21d1d368ee9a1c32e759b50a274473487b Author: Joel Pittet Date: Mon Jul 13 20:34:13 2015 -0700 fix doc diff --git a/core/lib/Drupal/Core/Template/TwigExtension.php b/core/lib/Drupal/Core/Template/TwigExtension.php index 9bc647a..2850486 100644 --- a/core/lib/Drupal/Core/Template/TwigExtension.php +++ b/core/lib/Drupal/Core/Template/TwigExtension.php @@ -261,7 +261,7 @@ public function getUrlFromPath($path, $options = array()) { * @param \Drupal\Core\Url|string $url * The URL object or string used for the link. * @param array|\Drupal\Core\Template\Attribute $attributes - * An optional array of link attributes. + * An optional array or Attribute object of link attributes. * * @return array * A render array representing a link to the given URL.