Skip to content

Update respect\parameter#82

Merged
alganet merged 1 commit into
Respect:masterfrom
alganet:update-param
Jun 25, 2026
Merged

Update respect\parameter#82
alganet merged 1 commit into
Respect:masterfrom
alganet:update-param

Conversation

@alganet

@alganet alganet commented Jun 25, 2026

Copy link
Copy Markdown
Member

No description provided.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.99%. Comparing base (d028360) to head (11f2787).

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #82   +/-   ##
=========================================
  Coverage     98.99%   98.99%           
  Complexity      153      153           
=========================================
  Files             6        6           
  Lines           299      299           
=========================================
  Hits            296      296           
  Misses            3        3           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@alganet alganet merged commit 5dc7046 into Respect:master Jun 25, 2026
3 checks passed
@alganet alganet deleted the update-param branch June 25, 2026 22:42
Comment thread src/Autowire.php
}

return $this->stripTrailingNulls((new Resolver($container))->resolve($constructor, $params));
return $this->stripTrailingNulls((new ContainerResolver($container))->resolve($constructor, $params));

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't you get the Resolver from the existing container? Using it like that will not allow user a custom resolver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants