Problem/Motivation

During the D11 lifecycle, some method in interfaces were preliminarily added or typehinted by adding inline comments in place of the to-be real parameters. This allows Symfony's debug classloader to report deprecations for methods that do not implement the stealth parameters, i.e. the concrete classes will throw implementation errors even if the interfaces are not yet formally enforcing the signatures.

The following interfaces need to be adjusted prior to 12.0.0:

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Comments

mondrake created an issue. See original summary.

mondrake’s picture

Title: [Meta] Adjust parameters in interfaces » [D12.x][Meta] Adjust parameters in interfaces
Issue tags: +Major version only
smustgrave’s picture

smustgrave’s picture

Expanded scope of issue above.

quietone’s picture

Title: [D12.x][Meta] Adjust parameters in interfaces » [meta] Adjust parameters in interfaces
smustgrave’s picture

Status: Active » Needs review

Believe all these have been take care of ?