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

Remove lifetime from PhpException #80

Merged
merged 4 commits into from
Sep 27, 2021
Merged

Conversation

davidcole1340
Copy link
Owner

All class entries are effectively static (module start to module end) so
it's just a hassle carrying the lifetime everywhere.

Closes #68

All class entries are effectively static (module start to module end) so
it's just a hassle carrying the lifetime everywhere.
Fixes function return error with `PhpResult` as the return type
@davidcole1340 davidcole1340 merged commit daef57b into master Sep 27, 2021
@davidcole1340 davidcole1340 deleted the exception-lifetime branch September 27, 2021 13:23
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.

Remove lifetime parameter on PhpException
1 participant