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

NewExecutionDirectives sniff: minor efficiency tweak. #360

Commits on Feb 28, 2017

  1. NewExecutionDirectives sniff: minor efficiency tweak.

    The list returned by `mb_list_encodings()` is not going to change during the PHPCS run, so we might as well cache it in a local static variable.
    jrfnl committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    80ac8aa View commit details
    Browse the repository at this point in the history