Skip to content

Commit

Permalink
Fix CS/WS issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 30, 2025
1 parent e9be224 commit 58f77ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/TextUI/Configuration/SourceMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,13 @@ private function aggregateDirectories(FilterDirectoryCollection $directories): a
1 => [],
];
}

$prefix = $directory->prefix();

if ($prefix !== '') {
$aggregated[$directory->path()][0][] = $prefix;
}

$suffix = $directory->suffix();

if ($suffix !== '') {
Expand Down

0 comments on commit 58f77ce

Please sign in to comment.