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

[VD:SFTP] fix SFTP driver fatal error, cleanup #3574

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

sitecode
Copy link
Contributor

Fix PHP 8 fatal error: 0 - preg_split(): Argument #2 ($subject) must be of type string, array given
Cleanup: delete unused code and replace confusing var name $raw with $info to clarify working with an array and not a string.

Fix PHP 8 fatal error: 0 - preg_split(): Argument Studio-42#2 ($subject) must be of type string, array given
Cleanup: delete unused code and replace confusing var name $raw with $info to clarify working with an array and not a string.
@nao-pon nao-pon merged commit dc9bcd1 into Studio-42:master Jun 12, 2023
@nao-pon
Copy link
Member

nao-pon commented Jun 12, 2023

@sitecode Thanks! 👍

Bit-Code-Developer pushed a commit to Bit-Apps-Pro/elFinder that referenced this pull request Oct 22, 2023
Fix PHP 8 fatal error: 0 - preg_split(): Argument Studio-42#2 ($subject) must be of type string, array given
Cleanup: delete unused code and replace confusing var name $raw with $info to clarify working with an array and not a string.
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.

2 participants