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

[reproducer] QueryBuilder DQL is not reported correctly when QB is pased around #80

Open
wants to merge 1 commit into
base: 1.3.x
Choose a base branch
from

Commits on Nov 18, 2019

  1. QueryBuilder with extra methods called on it is not reported correctly

    I understand that it is hard to evaluate code like this when the things happen in separate methods. The solution may be not to analyze the query builder in this case.
    
    And the message is not very helpful because the displayed portion is similar
    ```
    Strict comparison using === between 'SELECT e FROM…' and 'SELECT e FROM…' will always evaluate to false.
    ```
    mhujer committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    8aab012 View commit details
    Browse the repository at this point in the history