Skip to content

Commit ff1c2cf

Browse files
committed
tweak: ignore complexity of abstract query class
1 parent 96c92f2 commit ff1c2cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Query/Query.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
use PDOStatement;
1010
use PHPSQLParser\lexer\PHPSQLLexer;
1111

12+
13+
/**
14+
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
15+
*/
1216
abstract class Query {
1317
const SPECIAL_BINDINGS = [
1418
"field" => ["groupBy", "orderBy"],

0 commit comments

Comments
 (0)