do NOT need reference here

This commit is contained in:
Yu Sun
2022-08-13 21:46:16 +08:00
parent c59b544a65
commit 94d66a7919

View File

@@ -40,7 +40,7 @@ class EDataCapture {
)));
$code_type = &$this -> code_type;
array_walk($res, function(&$v, $k) use (&$code_type) {
array_walk($res, function($v, $k) use (&$code_type) {
$code_type[$v['code']] = $v['type'];
});