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

VSCode intelephense(P1013) - Red underline when chaining methods despite working #295

Open
JamieWBuzz opened this issue Dec 27, 2023 · 0 comments

Comments

@JamieWBuzz
Copy link

Using the below to generate up and image to display in my Laravel view:

$qrData = QrCode::size(198)
    ->format('png')
    ->margin(2)
    ->generate('csc:' . $username . ':' . $hash . '@MYAPP');

I get a "red line" under format() - Although I get that no matter what function comes after size() in the chain.

@JamieWBuzz JamieWBuzz changed the title VSCode intelephense(P1013) - Red underline when chaining methods despite wroking VSCode intelephense(P1013) - Red underline when chaining methods despite working Dec 27, 2023
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

No branches or pull requests

1 participant