Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Jan 10, 2024
1 parent 83ea456 commit 331f0d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
"php": "^8.1",
"amphp/parallel": "^1.4",
"chevere/action": "^1.0.x-dev",
"chevere/data-structure": "^1.0",
"chevere/parameter": "^1.0.x-dev",
"chevere/data-structure": "^1.0.1",
"chevere/parameter": "^1.0.0",
"chevere/regex": "^1.0",
"chevere/var-support": "^1.0",
"ramsey/uuid": "^4.7"
},
"require-dev": {
Expand Down
7 changes: 0 additions & 7 deletions src/Run.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
use OverflowException;
use Ramsey\Uuid\Uuid;
use function Chevere\Message\message;
use function Chevere\VarSupport\deepCopy;

final class Run implements RunInterface
{
Expand Down Expand Up @@ -62,12 +61,6 @@ public function __construct(
$this->skip = new Vector();
}

public function __clone()
{
// @phpstan-ignore-next-line
$this->map = deepCopy($this->map);
}

public function uuid(): string
{
return $this->uuid;
Expand Down

0 comments on commit 331f0d5

Please sign in to comment.