Skip to content

Commit b980533

Browse files
author
Christian Lück
committed
Update reference to Directed::hasDirected()
1 parent 8134c61 commit b980533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MaximumMatching/Flow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Flow extends Base
1818
public function getEdges()
1919
{
2020
$alg = new Directed($this->graph);
21-
if ($alg->isDirected()) {
21+
if ($alg->hasDirected()) {
2222
throw new UnexpectedValueException('Input graph contains directed edges');
2323
}
2424

0 commit comments

Comments
 (0)