- Issue created by @BenStallings
- πΊπΈUnited States BenStallings
Oops, I see this is fixed already in 2.1. Never mind!
phpstan reports,
Class Drupal\address\Element\Address extends deprecated class Drupal\Core\Render\Element\FormElement:
in drupal:10.3.0 and is removed from drupal:12.0.0. use
\Drupal\Core\Render\Element\FormElementBase instead
and the same for Country, Zone, and ZoneTerritory.
`phpstan analyse address`
use FormElementBase instead.
make an MR
Active
2.1
Code
Oops, I see this is fixed already in 2.1. Never mind!