prevent tracking generic dependency app.php

This commit is contained in:
Alan Hamlett 2018-03-10 13:19:13 -08:00
parent f6bc1b004d
commit bc1d847e39
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ class PhpParser(TokenParser):
parens = 0
exclude = [
r'^app$',
r'app\.php$',
]
def parse(self):