Problem/Motivation
Per https://www.drupal.org/project/drupal/releases/10.2.0
Drupal core automated tests and test APIs are being converted to require strict typing in all cases. So far, Drupal core test traits, build tests, and functional JavaScript tests all require strict typing. Going forward, all Drupal core tests will require strict typing. It is recommended that contributed and custom projects use the Drupal standard for strict type declaration.
Proposed resolution
Add strict type to test files and run the test. Fix any encountered issues.
Issue fork smtp-3417947
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
sumit-k commentedComment #6
bluegeek9 commentedThe changes work.
Comment #7
bluegeek9 commented