-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Two things I noticed from the Performance Lab plugin integration:
- If a method has both an
@access private
comment and declared private visibility (e.g.private function xyz()
), skip. - If a private method is called from within the same class, skip.
Doing (2) already solves (1) though, but test coverage will show that.
szepeviktor
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working