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 deprecation error messages on PHP 8.1 #5

Merged
merged 1 commit into from
Feb 13, 2022
Merged

Fix deprecation error messages on PHP 8.1 #5

merged 1 commit into from
Feb 13, 2022

Conversation

bakerkretzmar
Copy link
Contributor

Passing null to some of these arguments is deprecated in PHP 8.1 which logs out a bunch of clutter in the terminal while building.

@cwhite92
Copy link

Was just about to make a PR for this myself. Getting lots of warnings in my terminal:

image

Would be great to have this merged. Thanks @bakerkretzmar!

@aarondfrancis
Copy link
Contributor

Thank you @bakerkretzmar!

I was wondering why this was an issue for Jigsaw, but it looks like Jigsaw runs on Laravel 8 now! I'll need to do some extra testing to make sure it all still works with y'alls latest stuff.

@aarondfrancis aarondfrancis merged commit 13beb19 into torchlight-api:main Feb 13, 2022
@bakerkretzmar
Copy link
Contributor Author

Thanks! Yeah we're finally only one year behind 😅

@bakerkretzmar bakerkretzmar deleted the php-8.1-deprecations branch February 13, 2022 17:32
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.

3 participants