Skip to content

Commit a4ee081

Browse files
committed
phpstan: remove unnecessary WP_CONTENT_DIR from bootstrap
1 parent 2839f28 commit a4ee081

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/phpstan/bootstrap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
define( 'WP_START_TIMESTAMP', microtime( true ) );
1818
define( 'WP_MEMORY_LIMIT', '' );
1919
define( 'WP_MAX_MEMORY_LIMIT', '' );
20-
define( 'WP_CONTENT_DIR', '' );
2120
define( 'WP_DEVELOPMENT_MODE', '' );
2221
define( 'WP_DEBUG', false );
2322
define( 'WP_DEBUG_DISPLAY', false );

0 commit comments

Comments
 (0)