Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Birchler <pascalb@google.com>
  • Loading branch information
mukeshpanchal27 and swissspidy authored Oct 19, 2023
1 parent 6f00bc8 commit 101e41d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/phpstan/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php

defined( 'WP_PLUGIN_CHECK_PLUGIN_DIR_PATH' ) or define( 'WP_PLUGIN_CHECK_PLUGIN_DIR_PATH', '' );
defined( 'WP_CONTENT_DIR' ) or define( 'WP_CONTENT_DIR', '' );
defined( 'WP_PLUGIN_DIR' ) or define( 'WP_PLUGIN_DIR', '' );
defined( 'WP_PLUGIN_CHECK_PLUGIN_DIR_URL' ) or define( 'WP_PLUGIN_CHECK_PLUGIN_DIR_URL', '' );
define( 'WP_PLUGIN_CHECK_PLUGIN_DIR_PATH', '' );
define( 'WP_CONTENT_DIR', '' );
define( 'WP_PLUGIN_CHECK_PLUGIN_DIR_URL', '' );

0 comments on commit 101e41d

Please sign in to comment.