@@ -78,7 +78,7 @@ |
||
78 | 78 | { |
79 | 79 | $esc = $this->escaper; |
80 | 80 | |
81 | - $filePathsEscaped = array_map(function (string $filePath) use ($esc) { |
|
81 | + $filePathsEscaped = array_map(function(string $filePath) use ($esc) { |
|
82 | 82 | return $esc->shellArg($filePath); |
83 | 83 | }, $filePaths); |
84 | 84 |
@@ -78,7 +78,7 @@ |
||
78 | 78 | { |
79 | 79 | $esc = $this->escaper; |
80 | 80 | |
81 | - $filePathsEscaped = array_map(function (string $filePath) use ($esc) { |
|
81 | + $filePathsEscaped = array_map(function(string $filePath) use ($esc) { |
|
82 | 82 | return $esc->shellArg($filePath); |
83 | 83 | }, $filePaths); |
84 | 84 |