Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Jan 4, 2025
1 parent d6db113 commit 25c26f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Jobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ public function __construct(JobInterface ...$jobs)
$this->map = new Map();
$this->jobs = new Vector();
$this->graph = new Graph();
$this->variables = new Map(); // @phpstan-ignore-line
$this->references = new Map(); // @phpstan-ignore-line
$this->variables = new Map();
$this->references = new Map();
$this->putAdded(...$jobs);
}

Expand Down

0 comments on commit 25c26f5

Please sign in to comment.