Completed
Push — SF4 ( 71859c...2d58a1 )
by Laurent
02:11
created
src/Entity/Settings/Diverse/FamilyLog.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -254,12 +254,12 @@
 block discarded – undo
254 254
     {
255 255
         if ($this->parent !== null) {
256 256
             if ($this->level == 2) {
257
-                $return = '|-- ' . $this->name;
257
+                $return = '|-- '.$this->name;
258 258
             } elseif ($this->level == 3) {
259
-                $return = '|---- ' . $this->name;
259
+                $return = '|---- '.$this->name;
260 260
             }
261 261
         } else {
262
-            $return = '- ' . $this->name;
262
+            $return = '- '.$this->name;
263 263
         }
264 264
 
265 265
         return $return;
Please login to merge, or discard this patch.