404labfr / 404labfr/laravel-impersonate
PHP 8.4 Deprecation warnings
Đang mở
next version
- Ngôn ngữ chính
- PHP
- Star
- 2.3k
- Fork
- 235
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
## Feature or problem being solved
Adding explicit nullable to parameters since implicit nullable parameters are deprecated in PHP 8.4
Affected code:
InvalidUserProvider::L09
MissingUserProvider::L09
### Further details
Adding the explicit nullable parameter, gets rid of unnecessary deprecation warnings for php 8.4.
## Links / references
Implicitly nullable values are deprecated in php 8.4.
See:
https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.