Skip to content

Commit 58f77ce

Browse files
Fix CS/WS issues
1 parent e9be224 commit 58f77ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TextUI/Configuration/SourceMapper.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,13 @@ private function aggregateDirectories(FilterDirectoryCollection $directories): a
115115
1 => [],
116116
];
117117
}
118+
118119
$prefix = $directory->prefix();
119120

120121
if ($prefix !== '') {
121122
$aggregated[$directory->path()][0][] = $prefix;
122123
}
124+
123125
$suffix = $directory->suffix();
124126

125127
if ($suffix !== '') {

0 commit comments

Comments
 (0)