Closed (fixed)
Project:
Address
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2023 at 01:49 UTC
Updated:
5 Jun 2023 at 18:34 UTC
Jump to comment: Most recent
assertOptionSelected was deprecated and removed for Drupal 10. Address module provided a replacement. Tools like PHPStan didn't understand that it was a meaningful replacement with the method override (errors on D9, not in D10 when it was finally removed.)
PHPStan 1.10.3 added support for a @not-deprecated flag to support this.
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
mglamanNeeds a manual scan
Comment #7
bojanz commentedThanks!