Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use greedy search "controller(s)" in controller name extractor #120

Merged
merged 7 commits into from
Jun 22, 2024

Conversation

vjik
Copy link
Member

@vjik vjik commented Jun 19, 2024

Q A
Is bugfix?
New feature?
Breaks BC? ✔️
Fix #64

@vjik vjik requested a review from a team June 19, 2024 15:41
@vjik vjik added the status:code review The pull request needs review. label Jun 19, 2024
Copy link

codecov bot commented Jun 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (2b194d5) to head (1a3e8d1).

Current head 1a3e8d1 differs from pull request most recent head c0948ac

Please upload reports for the commit c0948ac to get more accurate results.

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #120   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity        88        90    +2     
===========================================
  Files              9         9           
  Lines            256       257    +1     
===========================================
+ Hits             256       257    +1     

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

Copy link
Member

@samdark samdark left a comment

Choose a reason for hiding this comment

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

Should the addition be reflected in README?

src/ViewRenderer.php Show resolved Hide resolved
Co-authored-by: Alexander Makarov <[email protected]>
src/ViewRenderer.php Outdated Show resolved Hide resolved
src/ViewRenderer.php Outdated Show resolved Hide resolved
@vjik
Copy link
Member Author

vjik commented Jun 19, 2024

Should the addition be reflected in README?

Done

@vjik vjik requested a review from samdark June 19, 2024 19:21
UPGRADE.md Outdated Show resolved Hide resolved
src/ViewRenderer.php Show resolved Hide resolved
Co-authored-by: Alexander Makarov <[email protected]>
@vjik vjik merged commit 37b5050 into master Jun 22, 2024
20 of 21 checks passed
@vjik vjik deleted the controller branch June 22, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:code review The pull request needs review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ViewRenderer#extractControllerName not specify what happens nested controller namespace
3 participants