Completed
Push — master ( fc7d53...d31b6a )
by Bingo
03:59
created
src/graph/GraphUtils.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,7 @@
 block discarded – undo
207 207
         } elseif ($vertex->equals($target)) {
208 208
             return $source;
209 209
         } else {
210
-            throw new InvalidArgumentException("no such vertex: " + $vertex);
210
+            throw new InvalidArgumentException("no such vertex: " +$vertex);
211 211
         }
212 212
     }
213 213
 
Please login to merge, or discard this patch.