geocoder-php / geocoder-php/Geocoder
PHP 8.4 compatibility (implicit nullable deprecation) [Geocoder\\Collection::slice(): Implicitly marking parameter $length as nullable is deprecated]
未关闭
还没有人认领这个 Issue。
- 主要语言
- PHP
- 星标
- 4k
- 派生
- 525
- 平均合并
- 8 分钟
- 30 天内合并 PR
- 1
描述
I'm getting a deprecation warning with PHP 8.4 on
500 Geocoder\\Collection::slice(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead at line 41 in [REDACTED]/willdurand/geocoder/Collection.php
geocoder-php/open-cage-provideris4.6.0willdurand/geocoderis4.6.0
Am I missing something, or is PHP 8.4 not supported at all yet ?
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
检查第 41 行附近的 Collection.php 以及 Collection::slice() 的签名。使用项目现有的测试或运行 PHP 8.4 测试来确认 PHP 8.4 弃用问题;显式 nullable 类型移除警告且不破坏 slice 行为,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- php
- 领域
- backend
- Issue 类型
- 缺陷
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 38/100