Completed
Branch master (0c439c)
by Ventaquil
01:50
created
Category
src/Algorithms/Dijkstra/Creator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     {
29 29
         try {
30 30
             return $this->getPointOrFail($point_id);
31
-        } catch(PointException $e) {
31
+        } catch (PointException $e) {
32 32
             return NULL;
33 33
         }
34 34
     }
Please login to merge, or discard this patch.