Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #58618 [DependencyInjection] Fix linting factories implemented vi…
…a __callStatic (KevinVanSonsbeek) This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [DependencyInjection] Fix linting factories implemented via __callStatic | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #58614 | License | MIT This PR is an extension of an old fix made back in symfony/symfony#44710. Factory calls to static methods handled by the `__callStatic` method currently throw the "Invalid service DYZ: method Class::method() does not exist". Commits ------- e2f69af6bd3 [DependencyInjection] Fix linting factories implemented via __callStatic
- Loading branch information