Passed
Push — master ( ba7c3e...909493 )
by Greg
07:28
created
app/Http/RequestHandlers/MapDataList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
         }
86 86
 
87 87
         // Request for a non-existent location?
88
-        if ($parent_id !== null &&  $parent->id() === null) {
88
+        if ($parent_id !== null && $parent->id() === null) {
89 89
             return redirect(route(__CLASS__));
90 90
         }
91 91
 
Please login to merge, or discard this patch.