• 
      

    Add protection classes to PHP function regex.

    Review Request #5359 — Created Jan. 30, 2014 and submitted — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    Add protection classes to PHP function regex.

    If people are using 'public', 'private', or 'protected' on their PHP function
    names, our interesting lines regex wouldn't find them. This change adds them to
    the regex and includes a test.

    Ran unit tests.