Needs review
Project:
Service Container
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Apr 2023 at 07:24 UTC
Updated:
20 Apr 2023 at 11:57 UTC
Jump to comment: Most recent
while using phpstan tool, many deprecation issues were found in following files:
The root cause of all issues is the same: Return type of method is not covariant with tentative return type of parent method.
Update return type to match the root method return type or use the #[\ReturnTypeWillChange] attribute to temporarily suppress the error.
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:
Comments
Comment #3
yurikulinkovich commented