jae-jae / QueryList

:spider: The progressive PHP crawler framework! 优雅的渐进式PHP采集框架。
https://querylist.cc
2.66k stars 441 forks source link

一处代码问题,直接赋值于数组,php7.0貌似不支持 #119

Closed ghost closed 4 years ago

ghost commented 4 years ago

vendor/tightenco/collect/src/Collect/Support/Arr.php 384行 [$value, $key] = static::explodePluckParameters($value, $key); php7.0报语法错误

jae-jae commented 4 years ago

环境要求是:PHP >= 7.1