ncard23
Results
2
issues of
ncard23
hi after i do the demo,i found some bugs > During inheritance of Iterator: Uncaught think\exception\ErrorException: Return type of MacFJA\RediSearch\Redis\Response\PaginatedResponse::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange]...
数据格式的bug
5
如上图,数据库设计的money的类型是 decimal(10,2),但是php8读取出来以后给到前端的时候自动转为string了 然后前端编辑更新的时候发现不是 number而是string就报错了 这种问题该如何处理会方便一些?谢谢