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 duplicate code #240

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Remove duplicate code #240

merged 1 commit into from
Aug 6, 2024

Conversation

FeBe95
Copy link
Contributor

@FeBe95 FeBe95 commented Aug 6, 2024

This PR removes some redundant lines of code that I had stumbled upon.

The removed lines are exactly the same as the lines above:

if (in_array($driver, ['tcp', 'tls'])) {
$parsed['scheme'] = $driver;
}

if (in_array($driver, ['tcp', 'tls'])) {
$parsed['scheme'] = $driver;
}

@taylorotwell taylorotwell merged commit f24dda9 into laravel:main Aug 6, 2024
11 checks passed
@FeBe95 FeBe95 deleted the patch-1 branch August 6, 2024 14:44
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