Code Duplication    Length = 8-8 lines in 2 locations

src/Parser.php 2 locations

@@ 161-168 (lines=8) @@
158
                    }
159
                }
160
161
                if (KINT_PHP522) {
162
                    $stash = $val;
163
                    $copy[$i] = $this->marker;
164
                    if ($val === $this->marker) {
165
                        $child->reference = true;
166
                        $val = $stash;
167
                    }
168
                }
169
170
                $rep->contents[] = $this->parse($val, $child);
171
                ++$i;
@@ 290-297 (lines=8) @@
287
                }
288
            }
289
290
            if (KINT_PHP522) {
291
                $stash = $val;
292
                $copy[$i] = $this->marker;
293
                if ($val === $this->marker) {
294
                    $child->reference = true;
295
                    $val = $stash;
296
                }
297
            }
298
299
            $rep->contents[] = $this->parse($val, $child);
300
            ++$i;