Skip to content

Commit 3d3107c

Browse files
authored
Ignore PHP namespace statements
1 parent 0646b13 commit 3d3107c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cc/engine/analyzers/php/main.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class Main < CC::Engine::Analyzers::Base
1313
].freeze
1414
DEFAULT_MASS_THRESHOLD = 75
1515
DEFAULT_FILTERS = [
16+
"(Stmt_Namespace ___)",
1617
"(Stmt_Use ___)",
1718
"(comments ___)",
1819
].freeze

0 commit comments

Comments
 (0)