- Issue created by @SocialNicheGuru
- πΊπΈUnited States SocialNicheGuru
i was on psr version less than 3.
What is in code works for psr >= 0Making this closed (works as designed)
I am getting this issue in my install.
php8.3
Drupal 10.4.x (Yes I am experimenting with a different version of Drupal)
This issue occurs because Drush Commands in Drupal 10 use the LoggerAwareTrait which provides logger functionality, and redefining the $logger property in child classes creates a type conflict with the trait's expectations
Remove redfined
Active
13.0
Code (back-end)
i was on psr version less than 3.
What is in code works for psr >= 0
Making this closed (works as designed)