Skip to content

Commit

Permalink
[GH-1204] Housekeeping: CS
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Feb 22, 2020
1 parent ba4443c commit bdc458d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Doctrine/DBAL/Internal/DependencyOrderCalculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public function addDependency(string $fromHash, string $toHash) : void
$vertex = $this->nodeList[$fromHash];
$edge = new DependencyOrderEdge();

$edge->from = $fromHash;
$edge->to = $toHash;
$edge->from = $fromHash;
$edge->to = $toHash;

$vertex->dependencyList[$toHash] = $edge;
}
Expand Down

0 comments on commit bdc458d

Please sign in to comment.