You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please make a bugfix update of the version 0.19.2
In order to fix this warning in PHP 8.1
Return type of League\Fractal\Scope::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /vendor/league/fractal/src/Scope.php on line 298
Could you please make a bugfix update of the version 0.19.2
In order to fix this warning in PHP 8.1
We need to add the mentioned attribute:
https://github.com/thephpleague/fractal/blob/0.19.2/src/Scope.php#L298
There are some breaking changes in 0.20, so I can't just swap the version to the new one.
The text was updated successfully, but these errors were encountered: