mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-01 11:17:54 +08:00
Fix missing param type
This commit is contained in:
parent
50f7f2a855
commit
91c05dae8e
@ -26,7 +26,7 @@ class MySqlProcessor extends Processor
|
||||
}, $results);
|
||||
}
|
||||
|
||||
public function processColumns($results): array
|
||||
public function processColumns(array $results): array
|
||||
{
|
||||
$columns = [];
|
||||
foreach ($results as $i => $value) {
|
||||
|
Loading…
Reference in New Issue
Block a user