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

fixed is_file() call with null in PHP 8.1 #53

Merged
merged 1 commit into from
Dec 13, 2021
Merged

fixed is_file() call with null in PHP 8.1 #53

merged 1 commit into from
Dec 13, 2021

Conversation

brainfoolong
Copy link
Contributor

Hi!

Just a small fix for PHP 8.1.
Calling is_file() with null will throw an error in PHP 8.1, so i added a check for this.

Calling is_file() with null will throw an error in PHP 8.1
@lbuchs lbuchs merged commit 6bc7f0f into lbuchs:master Dec 13, 2021
@lbuchs
Copy link
Owner

lbuchs commented Dec 13, 2021

Thanks!

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.

None yet

2 participants