Commit 7d9639ea by Qiang Xue

Fixed test break.

parent 3959b8db
......@@ -377,7 +377,7 @@ class BaseArrayHelper
} else {
$args[] = static::getColumn($array, $key);
}
$args[] = $direction;
$args[] = $direction[$i];
$args[] = $flag;
}
$args[] = &$array;
......
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