Skip to content

Commit acae6c7

Browse files
committed
chore: remove unnecessary WP_LANG_DIR from PHPStan constants
1 parent f561d7d commit acae6c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

phpstan/constants.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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( 'WPGRAPHQL_PLUGIN_URL', true );
87
define( 'WPGRAPHQL_AUTOLOAD', false );
98
define( 'PHPSTAN', true );

0 commit comments

Comments
 (0)