Skip to content

Commit

Permalink
Update Transfer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
PineappleIOnic committed Feb 23, 2024
1 parent 36a68a7 commit 49b57a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Migration/Transfer.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Transfer

public const STORAGE_MAX_CHUNK_SIZE = 1024 * 1024 * 5; // 5MB

public function __construct(Source $source, Destination $destination): Transfer
public function __construct(Source $source, Destination $destination)
{
$this->source = $source;
$this->destination = $destination;
Expand Down

0 comments on commit 49b57a0

Please sign in to comment.