Code Monkey home page Code Monkey logo

Comments (3)

staabm avatar staabm commented on July 4, 2024 1

Thank you very much, also for your amazing work on PHPStan core 💪

thanks for the kind words - sponsoring would be welcome :-).

Maybe you can find the issue. If you need more information, just let me know

sounds like this regressed with #651

//cc @b-viguier could you have a look?

from phpstan-dba.

b-viguier avatar b-viguier commented on July 4, 2024

Hi 👋 🙂
You're right, this is because of #651
The issue seems to come from strings containing new lines \n, regex seems to be reset for each new line, not sure why 😕
@mitelg I will try to find a fix, but in the meantime here is a workaround:
instead of writing this

... `email_template` = "...
...
...", `email_subject`="..." WHERE ...

try this

... `email_template` = "...
...
...",
`email_subject`="..." WHERE ...

at least to confirm that I'm chasing the same bug that you spotted.

from phpstan-dba.

mitelg avatar mitelg commented on July 4, 2024

hey @b-viguier

thanks for looking into this 👍

I can confirm, that reformating the code to your suggestion is indeed fixing the issue 😁 👍

from phpstan-dba.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.