Completed
Push — master ( 47991e...d0d021 )
by Ventaquil
02:08
created
src/Algorithms/Dijkstra.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 
31 31
     public function generate()
32 32
     {
33
-        return $this->generated(function () {
33
+        return $this->generated(function() {
34 34
             $results = []; # Prepare results array
35 35
 
36 36
             # Analyze all relations
Please login to merge, or discard this patch.