Completed
Push — master ( 9b15b5...fc7d53 )
by Bingo
03:22
created
src/edge/DefaultEdge.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,6 +87,6 @@
 block discarded – undo
87 87
      */
88 88
     public function __toString(): string
89 89
     {
90
-        return "(" . $this->sourceVertex + " : " + $this->targetVertex + ")";
90
+        return "(" . $this->sourceVertex + " : " +$this->targetVertex + ")";
91 91
     }
92 92
 }
Please login to merge, or discard this patch.