Skip to content

[10.x] Fix type error registering PSR Request#48823

Merged
taylorotwell merged 3 commits into
laravel:10.xfrom
kpicaza:10.x
Oct 26, 2023
Merged

[10.x] Fix type error registering PSR Request#48823
taylorotwell merged 3 commits into
laravel:10.xfrom
kpicaza:10.x

Conversation

@kpicaza

@kpicaza kpicaza commented Oct 25, 2023

Copy link
Copy Markdown
Contributor

Type error at Illuminate\Routing\RoutingServiceProvider::registerPsrRequest

Fixes #48822

@kpicaza
kpicaza force-pushed the 10.x branch 2 times, most recently from 97a09bb to c382d5e Compare October 25, 2023 21:39
@timacdonald timacdonald self-assigned this Oct 25, 2023
@timacdonald
timacdonald marked this pull request as draft October 25, 2023 22:22
@timacdonald
timacdonald marked this pull request as ready for review October 25, 2023 22:38

@timacdonald timacdonald left a comment

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.

Verified the type error fix but also that it was previously expecting to have an empty array as the parsed body and not null.

LGTM.

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.

TypeError in Illuminate\Routing\RoutingServiceProvider::registerPsrRequest

3 participants