Skip to content

Commit 0d8c972

Browse files
committed
Fix new sniffs
1 parent 8162297 commit 0d8c972

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

phpstan.neon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ parameters:
1010
- %currentWorkingDirectory%/tests/static-analysis-stubs/thrive.php
1111
- %currentWorkingDirectory%/vendor/php-stubs/wordpress-stubs/wordpress-stubs.php
1212
- %currentWorkingDirectory%/vendor/php-stubs/wp-cli-stubs/wp-cli-stubs.php
13-
- %currentWorkingDirectory%/vendor/php-stubs/wp-cli-stubs/wp-cli-commands-stubs.php
1413
- %currentWorkingDirectory%/vendor/php-stubs/wp-cli-stubs/wp-cli-i18n-stubs.php
1514
dynamicConstantNames:
1615
- TEST_GROUND

tests/static-analysis-stubs/optimole-wp.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,3 @@
2121
if ( ! defined( 'OPTML_DEBUG_MEDIA' ) ) {
2222
define( 'OPTML_DEBUG_MEDIA', false );
2323
}
24-
25-
define( 'WP_PLUGIN_DIR', '/plugins' );
26-
define( 'WP_CONTENT_DIR', '/wp-content' );

0 commit comments

Comments
 (0)