Closed zero2one closed 2 years ago
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Thank you. I am fixing the warnings via #155 instead (the mixed
declaration is 8.0-only and I still want to support at least latter 7.x versions for now).
Fixes #150
Fixed so that the code stays compatible with the composer PHP requirements:
Added #[\ReturnTypeWillChange] comments to the methods that do not have the proper return type set.
Better would be to release a new version of the package that supports ^7.4 || ^8.0 and that defines the proper input and output types.