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 message in php8 with null param with realpath() #413

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

tsmgeek
Copy link

@tsmgeek tsmgeek commented Apr 27, 2024

Fixes deprecation message when running on php8

Deprecated: realpath(): Passing null to parameter #1 ($path) of type string is deprecated in XXX

Fixes deprecation message when running on php8

`Deprecated: realpath(): Passing null to parameter #1 ($path) of type string is deprecated i`
@develart-projects develart-projects added the bug Something isn't working label Jul 22, 2024
@develart-projects develart-projects added this to the 1.24.1 milestone Jul 22, 2024
@develart-projects develart-projects merged commit bd0c634 into Shardj:master Jul 22, 2024
1 of 8 checks passed
@develart-projects develart-projects added the to be released PR exists or in master, but not released yet label Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working to be released PR exists or in master, but not released yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants