Skip to content

Commit aa22239

Browse files
Use relative path in config file (#103)
1 parent 37eaf7e commit aa22239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ rules:
8484
- SzepeViktor\PHPStan\WordPress\IsWpErrorRule
8585
parameters:
8686
bootstrapFiles:
87-
- %rootDir%/../../php-stubs/wordpress-stubs/wordpress-stubs.php
87+
- ../../php-stubs/wordpress-stubs/wordpress-stubs.php
8888
- bootstrap.php
8989
dynamicConstantNames:
9090
- WP_DEBUG

0 commit comments

Comments
 (0)