Skip to content

Commit 3638ff2

Browse files
committed
Update PHPStan config
1 parent 3d5f055 commit 3638ff2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/phpstan/scan-files.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@
77
define( 'DB_PASSWORD', '' );
88
define( 'DB_CHARSET', '' );
99
define( 'DB_COLLATE', '' );
10+
11+
class WP_SQLite_DB extends \wpdb {
12+
}
1013
}

0 commit comments

Comments
 (0)