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

NewNowdocQuotedHeredoc: Add sniffing for quoted heredoc identifiers #390

Merged
merged 2 commits into from
Apr 26, 2017

Commits on Apr 3, 2017

  1. Configuration menu
    Copy the full SHA
    6d345c1 View commit details
    Browse the repository at this point in the history
  2. NewNowdocQuotedHeredoc: Add sniffing for quoted heredoc identifiers.

    As the logic needed is nearly the same - especially for the recognition of these tokens in PHP 5.2 -, I've added sniffing for quoted heredoc identifiers to the nowdoc sniff and renamed the sniff to match.
    As the nowdoc sniff was only recently introduced and only contained in the most recent release, this should not cause a significant backward-compatibility break.
    
    Includes unit tests.
    Includes improved documentation.
    jrfnl committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    7463ce1 View commit details
    Browse the repository at this point in the history