Skip to content

Commit

Permalink
Fix new sniffs
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Aug 20, 2024
1 parent 8162297 commit 0d8c972
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ parameters:
- %currentWorkingDirectory%/tests/static-analysis-stubs/thrive.php
- %currentWorkingDirectory%/vendor/php-stubs/wordpress-stubs/wordpress-stubs.php
- %currentWorkingDirectory%/vendor/php-stubs/wp-cli-stubs/wp-cli-stubs.php
- %currentWorkingDirectory%/vendor/php-stubs/wp-cli-stubs/wp-cli-commands-stubs.php
- %currentWorkingDirectory%/vendor/php-stubs/wp-cli-stubs/wp-cli-i18n-stubs.php
dynamicConstantNames:
- TEST_GROUND
Expand Down
3 changes: 0 additions & 3 deletions tests/static-analysis-stubs/optimole-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@
if ( ! defined( 'OPTML_DEBUG_MEDIA' ) ) {
define( 'OPTML_DEBUG_MEDIA', false );
}

define( 'WP_PLUGIN_DIR', '/plugins' );
define( 'WP_CONTENT_DIR', '/wp-content' );

0 comments on commit 0d8c972

Please sign in to comment.