Browse Source

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

tags/2.0.16
Evgeniy Moiseenko 6 years ago committed by Alexander Makarov
parent
commit
b070b5f733
  1. 2
      framework/helpers/BaseArrayHelper.php

2
framework/helpers/BaseArrayHelper.php

@ -509,7 +509,7 @@ class BaseArrayHelper
* ``` * ```
* *
* @param array $array * @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 * @param bool $keepKeys whether to maintain the array keys. If false, the resulting array
* will be re-indexed with integers. * will be re-indexed with integers.
* @return array the list of column values * @return array the list of column values

Loading…
Cancel
Save