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 c703c0c commit ca9adbbCopy full SHA for ca9adbb
phpstan/constants.php
@@ -3,9 +3,6 @@
3
* Constants defined in this file are to help phpstan analyze code where constants outside the plugin (WordPress core constants, etc) are being used
4
*/
5
6
-define( 'WP_LANG_DIR', true );
7
define( 'SAVEQUERIES', true );
8
define( 'WPGRAPHQL_PLUGIN_URL', true );
9
-define( 'WP_CONTENT_DIR', true );
10
-define( 'WP_PLUGIN_DIR', true );
11
define( 'PHPSTAN', true );
0 commit comments