Closed Chrico closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.97%. Comparing base (
feaa4d0
) to head (2c50cb6
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
This PR does introduce 2 new
psalm-types
for:callable(ContainerInterface $container):mixed
callable(mixed $service, ContainerInterface $container):mixed
and centrailizes the definition to reuse it in
ReadOnlyContainer
andContainerConfigurator