在PHP8.4下啟動(dòng)webman2.1.1的時(shí)候會(huì)報(bào)錯(cuò)
/**
* 指定查詢where條件,并沒有真正的查詢數(shù)據(jù)庫(kù)操作
* @param array $where
* @param string|null $field
* @param string $order
* @return EloquentBuilder|QueryBuilder|Model
*/
protected function doSelect(array $where, string $field = null, string $order= 'desc')
{
public function __construct($phrase = null, PhraseBuilderInterface $builder = null)
1.ErrorException: plugin\admin\app\controller\Crud::doSelect(): Implicitly marking parameter $field as nullable is deprecated, the explicit nullable type must be used instead in D:\development\xinrong-admin\xinrong-mall\xrshop\plugin\admin\app\controller\Crud.php:131
2.Webman\Captcha\CaptchaBuilder::__construct(): Implicitly marking parameter $builder as nullable is deprecated, the explicit nullable type must be used instead
windows11 \ PHP8.4 webman 2.1.1