Skip to content

Commit

Permalink
[automated] Apply Coding Standard (#5465)
Browse files Browse the repository at this point in the history
Co-authored-by: TomasVotruba <[email protected]>
  • Loading branch information
TomasVotruba and TomasVotruba authored Jan 14, 2024
1 parent b0f1e63 commit deb4dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FileSystem/FilesFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function findInDirectoriesAndFiles(array $source, array $suffixes = [], b
$filteredFilePathsInDirectories = $this->findInDirectories($directories, $suffixes, $sortByName);
$filePaths = [...$filteredFilePaths, ...$filteredFilePathsInDirectories];

return $this->unchangedFilesFilter->filterFileInfos($filePaths);
return $this->unchangedFilesFilter->filterFileInfos($filePaths);
}

/**
Expand Down

0 comments on commit deb4dae

Please sign in to comment.