Skip to content

Commit 538b2f0

Browse files
committed
fix cs
1 parent d2c2e31 commit 538b2f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// extension.neon contains relative links.
1111
$helperDirectory = dirname(__DIR__) . '/vendor/szepeviktor/phpstan-wordpress';
1212
if (! is_dir($helperDirectory)) {
13+
// phpcs:ignore WordPress.WP.AlternativeFunctions.file_system_operations_mkdir
1314
mkdir($helperDirectory, 0777, true);
1415
}
1516
copy(dirname(__DIR__) . '/extension.neon', $helperDirectory . '/extension.neon');

0 commit comments

Comments
 (0)