Problem/Motivation
Let's see if we can get rid of DebugClassloader deprecation messages for classes that extend from Composer ones.
Proposed resolution
Only composer/Plugin/VendorHardening/VendorHardeningPlugin.php is affected; fully typehint all the methods in the class (that is @internal, no BC needed).
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3438846
Show commands
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:
- 3438846-add-return-typehints
changes, plain diff MR !7346
Comments
Comment #3
mondrakeComment #4
mondrakeComment #5
longwaveLet's do it!
Comment #6
alexpottCommitted 64fb3ff and pushed to 11.x. Thanks!