Skip to content

Commit 7d63f33

Browse files
committed
Lint fix
1 parent 9a410df commit 7d63f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests/TestBehatTags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protected function tear_down(): void {
3838
* @param string $env
3939
* @param string $expected
4040
*/
41-
#[DataProvider('data_behat_tags_wp_version_github_token')]
41+
#[DataProvider( 'data_behat_tags_wp_version_github_token' )]
4242
public function test_behat_tags_wp_version_github_token( $env, $expected ): void {
4343
$env_wp_version = getenv( 'WP_VERSION' );
4444
$env_github_token = getenv( 'GITHUB_TOKEN' );

0 commit comments

Comments
 (0)