We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5f055 commit 3638ff2Copy full SHA for 3638ff2
tests/phpstan/scan-files.php
@@ -7,4 +7,7 @@
7
define( 'DB_PASSWORD', '' );
8
define( 'DB_CHARSET', '' );
9
define( 'DB_COLLATE', '' );
10
+
11
+ class WP_SQLite_DB extends \wpdb {
12
+ }
13
}
0 commit comments