Add protection classes to PHP function regex.

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

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.

chipx86
  1. Ship It!

  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (3166667).
Loading...