Problem/Motivation
Some of our tests declare(strict_types=1);, and some don't.
Drupal Core already requires that All tests must declare the use of strict types: we should probably do that too.
Proposed resolution
Add declare(strict_types=1); to existing tests that don't have them. Fix any issues that show up.
Remaining tasks
Write a patchReview and feedback- skipped as the code was contributed by a maintainerRTBC and feedback- skipped as the code was contributed by a maintainerCommitRelease- in 8.0.0-alpha3
User interface changes
None.
API changes
None.
Data model changes
None.
Issue fork elasticsearch_connector-3498806
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mparker17Looking good to me.
Comment #5
mparker17Merged!
Comment #7
mparker17Note this was released in elasticsearch_connector-8.0.0-alpha3.