- 🇩🇪Germany donquixote
After all the doubts, this has been fixed exactly as proposed here in 📌 Fix 'Access to an undefined property' PHPStan L0 errors - public properties Fixed .
Automatically closed - issue fixed for 2 weeks with no activity.
When using PHPStan to analyse code, code that uses the Extension::$info
array is flagged. It is used in Drupal Core functions such as \Drupal\Core\Extension\ModuleExtensionList::doList
.
PHPStan output:
Access to an undefined property Drupal\Core\Extension\Extension::$info.
Declare the field. I'll provide a patch.
Fixed
9.3
Enhances developer experience.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
After all the doubts, this has been fixed exactly as proposed here in 📌 Fix 'Access to an undefined property' PHPStan L0 errors - public properties Fixed .
Automatically closed - issue fixed for 2 weeks with no activity.