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

[bug] Early return when empty file string #549

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

erikn69
Copy link
Contributor

@erikn69 erikn69 commented Aug 18, 2023

When is empty $file, it returns an invalid url

->getXdebugLink('');
//returns ['url' => 'vscode://file/:1', 'ajax' => false];
->getXdebugLink(null);
//throws exception string required null given on php 8.2

@erikn69 erikn69 changed the title Early return when no file string [bug] Early return when empty file string Sep 7, 2023
@barryvdh barryvdh merged commit 1b14192 into maximebf:master Sep 19, 2023
7 checks passed
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