mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 11:27:00 +00:00
Fix PHPDoc of twig_get_attribute()
Repel the attack of the French keyboard
This commit is contained in:
committed by
Fabien Potencier
parent
33fbbe5097
commit
1aa7dbff35
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user