You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed an issue where arguments to classes in the services file were not verified against the class->__construct() at any phpstan runlevel.
Is this something that would be fixable?
Our error was bought to my attention when I was running drush phpstorm-metadata:generate from project drupal/phpstorm_metadata
The text was updated successfully, but these errors were encountered:
brad8506
changed the title
Service arguments are not verified against __construct()
Service arguments are not verified against class __construct()
Aug 9, 2022
Correct, this is not analyzed. Not on any level of PHPStan, it needs a custom rule. This probably exists in phpstan-symfony, but that package reads the dumped container information.
I noticed an issue where arguments to classes in the services file were not verified against the class->__construct() at any phpstan runlevel.
Is this something that would be fixable?
Our error was bought to my attention when I was running
drush phpstorm-metadata:generate
from project drupal/phpstorm_metadataThe text was updated successfully, but these errors were encountered: