Test Failed
Push — master ( 4fea4b...33f96b )
by Cesar
12:36 queued 11s
created
src/Actions/DownloadFileAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     public function __construct(string $path, ?string $name = null, array $headers = [])
23 23
     {
24 24
         $this->path = $path;
25
-        if (! is_null($name)) {
25
+        if ( ! is_null($name)) {
26 26
             $this->name($name);
27 27
         }
28 28
         $this->headers($headers);
Please login to merge, or discard this patch.