@@ -70,7 +70,7 @@ discard block |
||
| 70 | 70 | : []; |
| 71 | 71 | |
| 72 | 72 | $excluded = array_map( |
| 73 | - function (string $exclude): string { |
|
| 73 | + function(string $exclude): string { |
|
| 74 | 74 | return substr($exclude, 0, 1) !== '/' |
| 75 | 75 | ? '/' . $exclude |
| 76 | 76 | : $exclude; |
@@ -81,7 +81,7 @@ discard block |
||
| 81 | 81 | $files = array_merge( |
| 82 | 82 | $this->defaults, |
| 83 | 83 | array_map( |
| 84 | - function (FileMappingInterface $mapping): string { |
|
| 84 | + function(FileMappingInterface $mapping): string { |
|
| 85 | 85 | return '/' . $mapping->getRelativeDestination(); |
| 86 | 86 | }, |
| 87 | 87 | iterator_to_array( |