Code Duplication    Length = 5-5 lines in 2 locations

src/Parser/Parser.php 2 locations

@@ 243-247 (lines=5) @@
240
            $this->value = $_value17;
241
        }
242
243
        if ($_success) {
244
            $this->value = call_user_func(function () use (&$annots, &$code) {
245
                return new Definition($code, ...(array)$annots);
246
            });
247
        }
248
249
        $this->cache['VISIBLE_EXAMPLE'][$_position] = array(
250
            'success' => $_success,
@@ 416-420 (lines=5) @@
413
            $this->value = $_value30;
414
        }
415
416
        if ($_success) {
417
            $this->value = call_user_func(function () use (&$annots, &$code) {
418
                return new Definition($code, ...(array)$annots);
419
            });
420
        }
421
422
        $this->cache['HIDDEN_EXAMPLE'][$_position] = array(
423
            'success' => $_success,