Passed
Push — master ( 8230fd...846a7c )
by Matt
05:57
created
src/Service/GpxService.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -85,8 +85,7 @@
 block discarded – undo
85 85
                 $wander->setMaxAltitude($stats->maxAltitude);
86 86
                 $wander->setMinAltitude($stats->minAltitude);
87 87
                 $wander->setCumulativeElevationGain($stats->cumulativeElevationGain);
88
-            }
89
-            catch (Exception $e) {
88
+            } catch (Exception $e) {
90 89
                 //$this->logger->debug("Couldn't set extended GPX property on wander: " . $e->getMessage());
91 90
                 throw new Exception("Couldn't set standard GPX stats properties on wander.", 0, $e);
92 91
             }
Please login to merge, or discard this patch.