-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Final stage of preparation for PHP8 #1694
Conversation
…rguments and returns) and that all argument names for public methods are meaningful (in readiness for PHP8 named arguments)
# Conflicts: # src/PhpSpreadsheet/Style/Alignment.php # src/PhpSpreadsheet/Style/Color.php
# Conflicts: # CHANGELOG.md # src/PhpSpreadsheet/Shared/Drawing.php # src/PhpSpreadsheet/Spreadsheet.php # src/PhpSpreadsheet/Style/Conditional.php
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
d3f7ebf
to
59c706e
Compare
I "finished" this PR by fixing CI and merging it, because it was already super old, and it would only get harder to merge it if we waited longer. But there are still parameters with non-optimal names that could be fixed in future PR |
Fix issue PHPOffice#2368. PR PHPOffice#2265 moved the place where data validations were written to the worksheet. PR PHPOffice#1694 was installed afterwards, and accidentally restored the original location, so validations are now being written twice.
Starting work on ensuring that all methods are properly type-hinted (arguments and returns) and that all argument names for public methods are meaningful (in readiness for PHP8 named arguments)
This is:
Checklist:
Why this change is needed?
Final stage of preparation for PHP8