Passed
Pull Request — main (#4999)
by
unknown
07:21
created
app/Module/PlacesModule.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -151,8 +151,7 @@
 block discarded – undo
151 151
                 if ($fact->record() === $indi) {
152 152
                     $icon = static::OWNBIRTH_ICON;
153 153
                 }
154
-            }
155
-            elseif ($fact->tag() === 'INDI:CHR') {
154
+            } elseif ($fact->tag() === 'INDI:CHR') {
156 155
                 if ($fact->record() === $indi) {
157 156
                     $icon = static::OWNBIRTH_ICON;
158 157
                     $icon['name'] = 'water fas';
Please login to merge, or discard this patch.