Test Failed
Push — feature/pdfcpu ( 39bd51...a6dc01 )
by Andreas
06:06
created
src/PdfcpuWrapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/PdftkWrapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.