Commit 673d2072 by Antonio Ramirez

Fix silly typo

parent ad25cdc9
......@@ -95,7 +95,7 @@ class ArrayHelper
* ~~~
* // $array = array('type'=>'A', 'options'=>array(1,2));
* // working with array
* $type = \yii\helpers\ArrayHelper::getValue($array, 'type');
* $type = \yii\helpers\ArrayHelper::popValue($array, 'type');
* // $array content
* // $array = array('options'=>array(1,2));
* ~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment