Completed
Branch master (d31b6a)
by Bingo
05:22 queued 01:30
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.