Completed
Push — master ( 195fbe...724c19 )
by Ventaquil
02:47
created
src/Dijkstra/Path.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -32,6 +32,9 @@
 block discarded – undo
32 32
         return $this;
33 33
     }
34 34
 
35
+    /**
36
+     * @param integer $distance
37
+     */
35 38
     public function checkDistance($distance)
36 39
     {
37 40
         if (!is_numeric($distance) && ($distance <= 0)) {
Please login to merge, or discard this patch.