Skip to content

Commit

Permalink
Fixes #34
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Aug 11, 2015
1 parent 84359f5 commit cd06167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wechat/Notice.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ protected function formatData($data)
$value = array_shift($item);
$color = $this->defaultColor;
} else {
list($value, $color) = each($item);
list($value, $color) = $item;
}
} else {
$value = '数据项格式错误';
Expand Down

0 comments on commit cd06167

Please sign in to comment.