tobyzerner / json-api-server

A JSON:API server implementation in PHP.
https://tobyzerner.github.io/json-api-server/
MIT License
63 stars 21 forks source link

fix: assigning null to non-null `$path` #107

Open SychO9 opened 2 months ago

SychO9 commented 2 months ago

Fixes an issue when using the $context->withRequest method. The method fails because it attempts to assign a null value to string property $path.