Improve annotations for yii\helpers\BaseArrayHelper::getColumn()(#16795) (#16802) [skip ci]

This commit is contained in:
Evgeniy Moiseenko
2018-10-20 00:10:48 +03:00
committed by Alexander Makarov
parent 00fe20e675
commit b070b5f733

View File

@ -509,7 +509,7 @@ class BaseArrayHelper
* ```
*
* @param array $array
* @param string|\Closure $name
* @param int|string|\Closure $name
* @param bool $keepKeys whether to maintain the array keys. If false, the resulting array
* will be re-indexed with integers.
* @return array the list of column values