Fix PHPDoc of twig_get_attribute()

Repel the attack of the French keyboard
This commit is contained in:
Viktor Szépe
2019-08-10 12:44:34 +02:00
committed by Fabien Potencier
parent 33fbbe5097
commit 1aa7dbff35
+1 -1
View File
@@ -1510,7 +1510,7 @@ function twig_get_attribute(Environment $env, Source $source, $object, $item, ar
*
* @param array|Traversable $array An array
* @param mixed $name The column name
* @param mixed îndex The column to use as the index/keys for the returned array
* @param mixed $index The column to use as the index/keys for the returned array
*
* @return array The array of values
*/