Codeception / Codeception/Specify

Change to explicit nullable type to avoid rfc/deprecate-implicitly-nullable-types warning

未关闭
#63 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
PHP
星标
158
派生
24
PR 合并指标
30 天内没有已合并 PR

描述

### Summary
PHP 8.4 now displays a Deprecated warning for defining an implicit nullable type by assignment.
link: https://wiki.php.net/rfc/deprecate-implicitly-nullable-types
I would like this warning to be fixed, as it makes it difficult to see the results of tests when this warning is displayed continuously.

### How to reproduce
The warning can be confirmed by running test.

### Purpose
I am using this project to write tests.
php 8.4 has been released.
After updating to php 8.4, we found that a warning is displayed and interferes with the display of test results.

### Tasks.
- [ ] Cover the strategy matrix of github actions up to php 8.4.
- [ ] Change implicit nullable type definitions to explicit nullable type definitions.

### Miscellaneous
PullRequest has been created.
I would appreciate your confirmation.

### PR
- https://github.com/Codeception/Specify/pull/62

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。