Skip to content

Commit ca9adbb

Browse files
committed
- update phpstan/constants.php to be compatible with latest stubs
1 parent c703c0c commit ca9adbb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

phpstan/constants.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
* Constants defined in this file are to help phpstan analyze code where constants outside the plugin (WordPress core constants, etc) are being used
44
*/
55

6-
define( 'WP_LANG_DIR', true );
76
define( 'SAVEQUERIES', true );
87
define( 'WPGRAPHQL_PLUGIN_URL', true );
9-
define( 'WP_CONTENT_DIR', true );
10-
define( 'WP_PLUGIN_DIR', true );
118
define( 'PHPSTAN', true );

0 commit comments

Comments
 (0)