Completed
Push — master ( f52c87...2cae32 )
by Ventaquil
02:08
created
src/Dijkstra.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -81,6 +81,9 @@
 block discarded – undo
81 81
         return false;
82 82
     }
83 83
 
84
+    /**
85
+     * @param integer $startPoint
86
+     */
84 87
     private function findPointWithUncheckedRelation($unvisited, $visited, $startPoint = null)
85 88
     {
86 89
         if (empty($unvisited)) {
Please login to merge, or discard this patch.