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

fix: incorrect return type by route on Request class #1113

Merged
merged 15 commits into from
Feb 8, 2022
Merged

fix: incorrect return type by route on Request class #1113

merged 15 commits into from
Feb 8, 2022

Conversation

fragkp
Copy link
Contributor

@fragkp fragkp commented Feb 7, 2022

  • Added or updated tests
  • Documented user facing changes
  • Updated CHANGELOG.md

Resolves #1112

Changes

Returns now the correct return type by given parameters.

Breaking changes

No breaking changes.

Note

First time using the extension mechanism. Please review carefully, thx ❤️

Copy link
Collaborator

@canvural canvural left a comment

Choose a reason for hiding this comment

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

Hi,

Thank you!

Overall it looks fine. But couple of things:

  • Please target the master branch. 1.x branch will no longer receive new features. Only critical bug fixes.
  • Changelog does not look correct. But I guess when you target the master branch, you can just add your changes.

@fragkp fragkp changed the base branch from 1.x to master February 8, 2022 13:22
@fragkp
Copy link
Contributor Author

fragkp commented Feb 8, 2022

@canvural Rebase to master is done.

@canvural canvural changed the title Fix incorrect return type by route on Request class fix: incorrect return type by route on Request class Feb 8, 2022
@canvural canvural merged commit 791b671 into larastan:master Feb 8, 2022
@canvural
Copy link
Collaborator

canvural commented Feb 8, 2022

Thank you!

@fragkp fragkp deleted the 1112-request-route branch February 8, 2022 13:46
@szepeviktor
Copy link
Collaborator

@fragkp Very well done.

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.

route() on Request not recognized
4 participants