@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | { |
58 | 58 | $this->processOrderBasePath($basename); |
59 | 59 | |
60 | - $identifiers = array_map(static function (string $subject) { |
|
60 | + $identifiers = array_map(static function(string $subject) { |
|
61 | 61 | return [ |
62 | 62 | 'type' => 'dns', |
63 | 63 | 'value' => $subject, |
@@ -326,7 +326,7 @@ discard block |
||
326 | 326 | $basePath = $this->getCertificateBasePath($basename); |
327 | 327 | $filesList = scandir($basePath); |
328 | 328 | if ($filesList !== false) { |
329 | - array_walk($filesList, static function (string $file) use ($basePath) { |
|
329 | + array_walk($filesList, static function(string $file) use ($basePath) { |
|
330 | 330 | if (is_file($basePath . $file)) { |
331 | 331 | unlink($basePath . $file); |
332 | 332 | } |