Skip to content

Commit

Permalink
fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidperezgar committed Jan 9, 2025
1 parent 42cec20 commit 860a58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Checker/Checks/Plugin_Repo/File_Type_Check.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function ( $file ) use ( $plugin_path ) {
if ( ! empty( $case_sensitive_files ) ) {
$this->add_result_error_for_file(
$result,
__( 'Multiple files with the same name but different case were found. This can be problematic on certain file systems.' ),
__( 'Multiple files with the same name but different case were found. This can be problematic on certain file systems.', 'plugin-check' ),
'case_sensitive_files',
implode( ', ', $case_sensitive_files ),
0,
Expand Down

0 comments on commit 860a58b

Please sign in to comment.